Skip to content

Commit 14a0abd

Browse files
committed
Merge pull request ggtracker#37 from ggtracker/add_ai_identities_during_install
Add AI identities to esdb db during install
2 parents 50c4988 + 9bbf0ea commit 14a0abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install-ggtrackerstack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ EOF
3131
bundle exec sequel -m db/migrations -e development config/database.yml && \
3232
cat db/replays_sq_skill_stat.sql | mysql -u root -D esdb_development && \
3333
cat db/ggtracker_provider.sql | mysql -u root -D esdb_development && \
34+
cat db/add_ai_identities.sql | mysql -u root -D esdb_development && \
3435
bundle exec rake py:init && \
3536
bundle exec sequel -m db/migrations -e test config/database.yml && \
3637
echo RUNNING TESTS && \

0 commit comments

Comments
 (0)