mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-19 17:30:41 +00:00

+ add db column for migration version + handle pre-init migrations + handle post-init migration
11 lines
256 B
Python
11 lines
256 B
Python
"""
|
|
Migrations for the userdata 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].
|
|
"""
|
|
|
|
|
|
userdata_db_migrations = []
|