fix(GRO-1533): add missing default_buffer_minutes migration
Adds 0033_add_services_default_buffer_minutes.sql with idempotent ALTER TABLE to ensure services.default_buffer_minutes exists. Also fixes _journal.json by adding missing 0031_buffer_rules entry (idx 31) and 0032_staff_read_at entry (idx 32) that were absent from the journal. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -218,6 +218,27 @@
|
||||
"when": 1775828067192,
|
||||
"tag": "0030_messaging",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 31,
|
||||
"version": "7",
|
||||
"when": 1775860800000,
|
||||
"tag": "0031_buffer_rules",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 32,
|
||||
"version": "7",
|
||||
"when": 1775894400000,
|
||||
"tag": "0032_staff_read_at",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 33,
|
||||
"version": "7",
|
||||
"when": 1779500000000,
|
||||
"tag": "0033_add_services_default_buffer_minutes",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user