mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
b77b1747f1
+ 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 = []
|