Merge branch 'main' into production
Some checks failed
Deploy Elmeg / deploy (push) Has been cancelled
Some checks failed
Deploy Elmeg / deploy (push) Has been cancelled
This commit is contained in:
commit
8d1ef4e915
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue