]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blob - tables/summary_stats_mv.tab
Partition the frag matrix table.
[xonotic/xonstatdb.git] / tables / summary_stats_mv.tab
1 CREATE TABLE summary_stats_mv (
2         scope character varying(30),
3         sort_order integer,
4         num_players integer,
5         game_type_cd character varying(10),
6         num_games integer,
7     create_dt timestamp without time zone default (now() at time zone 'UTC')
8 );
9
10 ALTER TABLE xonstat.summary_stats_mv OWNER TO xonstat;