Compare commits
2 commits
96aafce53f
...
8d1ef4e915
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d1ef4e915 | ||
|
|
fd81b38c0c |
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