mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
b77b1747f1
+ add db column for migration version + handle pre-init migrations + handle post-init migration
11 lines
248 B
Python
11 lines
248 B
Python
"""
|
|
Migrations for the main database.
|
|
|
|
PLEASE NOTE: OLDER MIGRATIONS CAN NEVER BE DELETED.
|
|
ONLY MODIFY OLD MIGRATIONS FOR BUG FIXES OR ENHANCEMENTS ONLY
|
|
[TRY NOT TO MODIFY BEHAVIOR, UNLESS YOU KNOW WHAT YOU'RE DOING].
|
|
"""
|
|
|
|
|
|
main_db_migrations = []
|