mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 09:02:44 +08:00
add command cmdb-index-table-upgrade
This commit is contained in:
@@ -5,6 +5,9 @@ from flask.cli import with_appcontext
|
||||
@click.command()
|
||||
@with_appcontext
|
||||
def init_acl():
|
||||
"""
|
||||
acl init
|
||||
"""
|
||||
from api.models.acl import Role
|
||||
from api.models.acl import App
|
||||
from api.tasks.acl import role_rebuild
|
||||
|
Reference in New Issue
Block a user