]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add plural to alter for map_game_types.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 23 Apr 2011 16:01:10 +0000 (12:01 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 23 Apr 2011 16:01:10 +0000 (12:01 -0400)
tables/map_game_types.tab

index 0b67939f5e134b46b293ba5ae735e4134b6f0a6f..cdbe34a36b724f592635e61a62757323d4852705 100644 (file)
@@ -13,4 +13,4 @@ CREATE TABLE xonstat.map_game_types
 WITH (
   OIDS=FALSE
 );
 WITH (
   OIDS=FALSE
 );
-ALTER TABLE xonstat.map_game_type OWNER TO xonstat;
+ALTER TABLE xonstat.map_game_types OWNER TO xonstat;