diff --git a/src/wuttaweb/views/common.py b/src/wuttaweb/views/common.py index ef685c4..5414b51 100644 --- a/src/wuttaweb/views/common.py +++ b/src/wuttaweb/views/common.py @@ -201,8 +201,22 @@ class CommonView(View): # also make "Site Admin" role site_admin_perms = [ + "alembic.migrations.list", + "alembic.migrations.create", + "alembic.migrations.view", + "alembic.migrations.delete", + "alembic.migrations.configure", + "alembic.dashboard", + "alembic.migrate", + "app_tables.list", + "app_tables.create", + "app_tables.view", "appinfo.list", "appinfo.configure", + "master_views.list", + "master_views.create", + "master_views.configure", + "app_tables.view", "people.list", "people.create", "people.view",