1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Reactivate sync quotas migration

This commit is contained in:
jvcalderon 2023-10-25 08:44:59 +02:00
parent 7c305bc3f5
commit 65111c81ef

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 {