From: Ant Zucaro Date: Sat, 23 Apr 2011 16:01:10 +0000 (-0400) Subject: Add plural to alter for map_game_types. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7672269fe18bb3e96df6c56e4d46708ee397513c;p=xonotic%2Fxonstatdb.git Add plural to alter for map_game_types. --- diff --git a/tables/map_game_types.tab b/tables/map_game_types.tab index 0b67939..cdbe34a 100644 --- a/tables/map_game_types.tab +++ b/tables/map_game_types.tab @@ -13,4 +13,4 @@ CREATE TABLE xonstat.map_game_types WITH ( OIDS=FALSE ); -ALTER TABLE xonstat.map_game_type OWNER TO xonstat; +ALTER TABLE xonstat.map_game_types OWNER TO xonstat;