]> jfr.im git - irc/SurrealServices/srsv.git/commitdiff
update obsolete script
authortabris <redacted>
Thu, 16 May 2013 19:25:25 +0000 (19:25 +0000)
committertabris <redacted>
Thu, 16 May 2013 19:25:25 +0000 (19:25 +0000)
git-svn-id: http://svn.tabris.net/repos/srsv@3608 70d4eda1-72e9-0310-a436-91e5bd24443c

branches/0.4.3/utils/country-table.pl

index 1d8daa625f86be60d28e4299498450cde90105f6..061d3a87d8c5aa3e419cc7094e5735035784a12c 100755 (executable)
@@ -131,7 +131,7 @@ sub newTable($) {
          `high` int unsigned NOT NULL default 0,
          `country` char(2) NOT NULL default '-',
          PRIMARY KEY (`low`, `high`)
-       ) TYPE=MyISAM"
+       ) ENGINE=MyISAM"
        );
 }