Merge pull request #12172 from Budibase/feature/sync-quotas-2

[Changed] Reactivate sync quotas migration
This commit is contained in:
José Vte. Calderón 2023-10-25 10:23:55 +02:00 committed by GitHub
commit 27d3c16eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export enum MigrationName {
GLOBAL_INFO_SYNC_USERS = "global_info_sync_users",
TABLE_SETTINGS_LINKS_TO_ACTIONS = "table_settings_links_to_actions",
// increment this number to re-activate this migration
SYNC_QUOTAS = "sync_quotas_1",
SYNC_QUOTAS = "sync_quotas_2",
}
export interface MigrationDefinition {