add telegram auth and reminders foundation

This commit is contained in:
VPN SaaS Dev
2026-05-12 04:36:30 +09:00
parent a6cdc98f7b
commit f7a3b8be54
13 changed files with 522 additions and 52 deletions

View File

@@ -22,3 +22,6 @@ class User(Base):
)
cars = relationship("Car", back_populates="owner", cascade="all, delete-orphan")
push_subscriptions = relationship(
"PushSubscription", back_populates="user", cascade="all, delete-orphan"
)