Compare commits
No commits in common. "8d1ef4e91503a3f8edffbf9a2f98a381b884968b" and "96aafce53f67b2f72ce63e0fce4c29824170989f" have entirely different histories.
8d1ef4e915
...
96aafce53f
1 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
|||
"""
|
||||
Migration to add youtube_link column to show, song, and performance tables.
|
||||
"""
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
from sqlmodel import Session, create_engine, text
|
||||
from database import DATABASE_URL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue