Skip to content

Commit ae9277b

Browse files
committed
update the replays_sq_skill_stat table to have LotV-style minutes; also put the replays_econ_stat table in as part of the test env setup
1 parent 830d786 commit ae9277b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-ggtrackerstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ EOF
2929
cp -np config/esdb.yml{.example,} && \
3030
cp -np config/tokens.yml{.example,} && \
3131
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 && \
32+
cat db/league_tables.sql | mysql -u root -D esdb_development && \
3333
cat db/ggtracker_provider.sql | mysql -u root -D esdb_development && \
3434
cat db/add_ai_identities.sql | mysql -u root -D esdb_development && \
3535
bundle exec rake py:init && \

0 commit comments

Comments
 (0)