Implement BaseModel class, TimestampMixin, TzDateTime type; cleanup Task model

This commit is contained in:
Lexi / Zoe 2022-04-15 21:45:10 +02:00
parent 7ce43a2bfe
commit 252c15acbd
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
15 changed files with 223 additions and 42 deletions

View file

@ -8,6 +8,8 @@ Create Date: ${create_date}
from alembic import op
import sqlalchemy as sa
import tofu_api.common.database.types as tofu_types
${imports if imports else ""}
# Revision identifiers, used by Alembic.