PAN-6 Changed the location of the SQL script

This commit is contained in:
2019-02-10 12:43:16 -07:00
parent 6f67d4abca
commit c13a0d5e66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ before_install:
- cd pandamonium-theorem-prover - cd pandamonium-theorem-prover
before_script: before_script:
- mysql -u root pandamonium < pandamonium-theorem-prover/persistence/sql/local_development.sql - mysql -u root pandamonium < pandamonium-theorem-prover/persistence/scripts/mysql/local_development.sql
stages: stages:
- name: Load Database - name: Load Database
+1 -1
View File
@@ -15,7 +15,7 @@ before_install:
- cd pandamonium-theorem-prover - cd pandamonium-theorem-prover
before_script: before_script:
- mysql -u root pandamonium < pandamonium-theorem-prover/persistence/sql/local_development.sql - mysql -u root pandamonium < pandamonium-theorem-prover/persistence/scripts/mysql/local_development.sql
stages: stages:
- name: Load Database - name: Load Database