release 1.1

This commit is contained in:
2026-02-22 09:42:44 +03:00
parent be6cfe2284
commit 651631b3c7
35 changed files with 944 additions and 278 deletions
+1
View File
@@ -16,6 +16,7 @@ class Practitioner(Base):
fullName = Column(String)
esiaAuth = Column(Boolean)
attorney = Column(String, nullable=True)
snils = Column(String)
expired_at = Column(DateTime)
created_at = Column(DateTime, default=datetime.now)
updated_at = Column(DateTime, default=datetime.now, onupdate=datetime.now)