migrate
This commit is contained in:
@@ -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"
|
||||
}
|
||||
+1
-1
@@ -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 {
|
||||
Reference in New Issue
Block a user