fix(db): switch blockId and groupId on old answers

This commit is contained in:
Baptiste Arnaud
2022-07-13 08:17:33 +02:00
parent c2ff1ff68f
commit b62b955c07
4 changed files with 25 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"private": true,
"scripts": {
"start:local": "ts-node index.ts",
"start:staging": "NODE_ENV=staging ts-node index.ts",
"start:prod": "NODE_ENV=production ts-node index.ts",
"start:workspaces:migration": "ts-node workspaceMigration.ts",
"start:workspaces:migration:recover": "ts-node workspaceMigrationRecover.ts"