We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830d786 commit ae9277bCopy full SHA for ae9277b
install-ggtrackerstack.sh
@@ -29,7 +29,7 @@ EOF
29
cp -np config/esdb.yml{.example,} && \
30
cp -np config/tokens.yml{.example,} && \
31
bundle exec sequel -m db/migrations -e development config/database.yml && \
32
- cat db/replays_sq_skill_stat.sql | mysql -u root -D esdb_development && \
+ cat db/league_tables.sql | mysql -u root -D esdb_development && \
33
cat db/ggtracker_provider.sql | mysql -u root -D esdb_development && \
34
cat db/add_ai_identities.sql | mysql -u root -D esdb_development && \
35
bundle exec rake py:init && \
0 commit comments