1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Merge remote-tracking branch 'origin/master' into fix/view1-sortable-column-config

This commit is contained in:
Dean 2023-10-25 12:09:59 +01:00
commit 9200366f79
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.11.43",
"version": "2.11.44",
"npmClient": "yarn",
"packages": [
"packages/*"

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 {