Fix correcting changed Tenant scheme in database initialisation code

This commit is contained in:
Josako
2025-07-10 15:19:56 +02:00
parent 7d7db296d3
commit 42635a583c

View File

@@ -81,7 +81,6 @@ def initialize_default_tenant():
'name': 'Jedi', 'name': 'Jedi',
'website': 'https://www.askeveai.com', 'website': 'https://www.askeveai.com',
'timezone': 'UTC', 'timezone': 'UTC',
'default_language': 'en',
'type': 'Active', 'type': 'Active',
'currency': '', 'currency': '',
'created_at': dt.now(tz.utc), 'created_at': dt.now(tz.utc),