Compare commits

...

2 commits

Author SHA1 Message Date
fullsizemalt
8d1ef4e915 Merge branch 'main' into production
Some checks failed
Deploy Elmeg / deploy (push) Has been cancelled
2025-12-21 13:00:14 -08:00
fullsizemalt
fd81b38c0c fix: Fix migration import path 2025-12-21 13:00:10 -08:00

View file

@ -1,6 +1,10 @@
"""
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