You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('test adding most recent migration with rows that fail index that should only be applied going forward',async()=>{
53
+
// NOTE: If a model is modified for a migration then these
54
+
// tests must be skipped until the following migration
55
+
it.skip('[Will fail if a model is modified for migration - see README] test adding most recent migration with rows that fail index that should only be applied going forward',async()=>{
43
56
// remove latest migration
44
57
awaitmultiDown(1);
45
58
46
59
// add data to verify you can roll up and then later roll down
0 commit comments