Browse Source

Revert the drop of "warthog:migrate" and add FIXME note

Leszek Wiesner 3 years ago
parent
commit
6492e5ff83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      query-node/start.sh

+ 1 - 1
query-node/start.sh

@@ -22,7 +22,7 @@ yarn workspace query-node config:dev
 
 # Prepare & migrate the databases
 yarn workspace query-node-root db:prepare
-yarn workspace query-node-root db:processor:migrate
+yarn workspace query-node-root db:migrate # FIXME
 
 docker-compose up -d graphql-server