mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-10 21:17:33 +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")
|