fix update acl policy

This commit is contained in:
abhishek9686
2024-09-26 21:00:04 +04:00
parent 940ed8b2f0
commit 5b49872d5d
4 changed files with 52 additions and 13 deletions
+1
View File
@@ -157,6 +157,7 @@ func createTables() {
CreateTable(USER_PERMISSIONS_TABLE_NAME)
CreateTable(USER_INVITES_TABLE_NAME)
CreateTable(TAG_TABLE_NAME)
CreateTable(ACLS_TABLE_NAME)
}
func CreateTable(tableName string) error {