mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-16 06:30:06 +00:00
7 lines
138 B
Python
7 lines
138 B
Python
class SampleMigrationModel:
|
|
version = 1
|
|
|
|
@staticmethod
|
|
def migrate():
|
|
print("executing sample userdata db migration")
|