Skip to content

Commit 9bbf0ea

Browse files
committed
Add AI identities to esdb db during install.
1 parent 50c4988 commit 9bbf0ea

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)