Fix correcting changed Tenant scheme in database initialisation code
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user