create user invites tables

This commit is contained in:
abhishek9686 2024-07-06 19:55:41 +05:30
parent e9e0a9136d
commit 0dd6a237d3

View file

@ -151,6 +151,7 @@ func createTables() {
CreateTable(HOST_ACTIONS_TABLE_NAME)
CreateTable(PENDING_USERS_TABLE_NAME)
CreateTable(USER_PERMISSIONS_TABLE_NAME)
CreateTable(USER_INVITES_TABLE_NAME)
}
func CreateTable(tableName string) error {