Compare commits

..

No commits in common. "8d1ef4e91503a3f8edffbf9a2f98a381b884968b" and "96aafce53f67b2f72ce63e0fce4c29824170989f" have entirely different histories.

View file

@ -1,10 +1,6 @@
""" """
Migration to add youtube_link column to show, song, and performance tables. 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 sqlmodel import Session, create_engine, text
from database import DATABASE_URL from database import DATABASE_URL