add user migration

This commit is contained in:
Jakub Miazek
2023-07-22 14:24:14 +02:00
parent a865abcdb3
commit 0032f4418a
3 changed files with 42 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
from app.models.nonsense import * # noqa
from app.models.shakespeare import * # noqa
from app.models.stuff import * # noqa
from app.models.user import * # noqa