From 7672269fe18bb3e96df6c56e4d46708ee397513c Mon Sep 17 00:00:00 2001
From: Ant Zucaro <azucaro@gmail.com>
Date: Sat, 23 Apr 2011 12:01:10 -0400
Subject: [PATCH] Add plural to alter for map_game_types.

---
 tables/map_game_types.tab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.39.5