chore: sync GovOPlaN module split state
This commit is contained in:
@@ -14,7 +14,7 @@ def new_uuid() -> str:
|
||||
|
||||
|
||||
class Tenant(Base, TimestampMixin):
|
||||
__tablename__ = "tenants"
|
||||
__tablename__ = "tenancy_tenants"
|
||||
|
||||
id: Mapped[str] = mapped_column(String(36), primary_key=True, default=new_uuid)
|
||||
slug: Mapped[str] = mapped_column(String(100), unique=True, nullable=False, index=True)
|
||||
|
||||
Reference in New Issue
Block a user