mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
7 lines
134 B
Python
7 lines
134 B
Python
class SampleMigrationModel:
|
|
version = 1
|
|
|
|
@staticmethod
|
|
def migrate():
|
|
print("executing sample main db migration")
|