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
+4
View File
@@ -0,0 +1,4 @@
from .sample import SampleMigrationModel
main_db_migrations = [SampleMigrationModel]