projects
/
xonotic
/
xonstatdb.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617de0e
)
Add the table to the build.
author
Ant Zucaro <azucaro@gmail.com>
Sat, 30 Sep 2017 14:23:24 +0000
(10:23 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Sat, 30 Sep 2017 14:23:24 +0000
(10:23 -0400)
build/build_full.sql
patch
|
blob
|
history
diff --git
a/build/build_full.sql
b/build/build_full.sql
index f5b9f8c7b71e2b5cee1c8aeb86ea35b0ef5530bf..6ae4ebe5570ab5f8584bcad65c2bf5600025b94e 100755
(executable)
--- a/
build/build_full.sql
+++ b/
build/build_full.sql
@@
-1,4
+1,5
@@
-- drop tables first in reverse order
+drop table if exists player_game_frag_matrix;
drop table if exists player_agg_stats_mv;
drop table if exists merged_servers;
drop table if exists player_medals;
@@
-67,6
+68,7
@@
drop table if exists players cascade;
\i tables/player_medals.tab
\i tables/merged_servers.tab
\i tables/player_agg_stats_mv.tab
+\i tables/player_game_frag_matrix.tab
begin;