This commit is contained in:
Alex Ant
2026-07-20 11:34:49 +03:00
parent 3db80a30e9
commit 76b4988da8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"local": "049_migrate_phase2_progwallets.ts",
"test": "051_edit_selected_draft.ts",
"prod": "051_edit_selected_draft.ts"
"test": "052_edit_selected_draft.ts",
"prod": "052_edit_selected_draft.ts"
}
@@ -7,7 +7,7 @@ import { api } from '../src/eos'
export class InitialMigration implements Migration {
async run(): Promise {
const ids = [100]
const ids = [994, 995, 996, 998, 999, 1000]
for (const id of ids) {
try {