mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: config version to 1.1
This commit is contained in:
parent
4367a8a0fb
commit
62fd5e0a3a
2 changed files with 2 additions and 2 deletions
|
|
@ -330,7 +330,7 @@ def install_create_organization(org_object: OrganizationCreate, db_session: Sess
|
|||
|
||||
# Org Config
|
||||
org_config = OrganizationConfigBase(
|
||||
config_version="1.0",
|
||||
config_version="1.1",
|
||||
general=OrgGeneralConfig(
|
||||
enabled=True,
|
||||
color="normal",
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ async def create_org(
|
|||
db_session.refresh(user_org)
|
||||
|
||||
org_config = org_config = OrganizationConfigBase(
|
||||
config_version="1.0",
|
||||
config_version="1.1å",
|
||||
general=OrgGeneralConfig(
|
||||
enabled=True,
|
||||
color="normal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue