write sample migration structure

This commit is contained in:
geoffrey45
2023-02-07 23:48:59 +03:00
parent 0b0ff4218a
commit 1be60f73e4
6 changed files with 41 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
class SampleMigrationModel:
version = 1
@staticmethod
def migrate():
print("executing sample userdata db migration")