- Minor corrections to entitlement changes and upgrades
- started new eveai_entitlements component (not finished)
This commit is contained in:
@@ -50,7 +50,8 @@ target_db = current_app.extensions['migrate'].db
|
||||
|
||||
def get_public_table_names():
|
||||
# TODO: This function should include the necessary functionality to automatically retrieve table names
|
||||
return ['role', 'roles_users', 'tenant', 'user', 'tenant_domain']
|
||||
return ['role', 'roles_users', 'tenant', 'user', 'tenant_domain','license_tier', 'license', 'license_usage',
|
||||
'business_event_log']
|
||||
|
||||
|
||||
PUBLIC_TABLES = get_public_table_names()
|
||||
|
||||
Reference in New Issue
Block a user