From 0838736ce7dce720f0c772c5efb0602712f6777d Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Fri, 20 Mar 2009 16:16:16 +0100 Subject: * Missed a config update in realmd. * Correct revision number for SQL update for DB logging. --HG-- branch : trunk rename : sql/updates/2020_realmd.sql => sql/updates/2031_realmd.sql --- sql/updates/2020_realmd.sql | 8 -------- sql/updates/2031_realmd.sql | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 sql/updates/2020_realmd.sql create mode 100644 sql/updates/2031_realmd.sql (limited to 'sql') diff --git a/sql/updates/2020_realmd.sql b/sql/updates/2020_realmd.sql deleted file mode 100644 index fb81c0e99c8..00000000000 --- a/sql/updates/2020_realmd.sql +++ /dev/null @@ -1,8 +0,0 @@ -DROP TABLE IF EXISTS `logs`; --- create logs table -CREATE TABLE `logs` ( - `time` int(14) NOT NULL, - `realm` int(4) NOT NULL, - `type` int(4) NOT NULL, - `string` text -) ENGINE=MyISAM DEFAULT CHARSET=latin1; diff --git a/sql/updates/2031_realmd.sql b/sql/updates/2031_realmd.sql new file mode 100644 index 00000000000..fb81c0e99c8 --- /dev/null +++ b/sql/updates/2031_realmd.sql @@ -0,0 +1,8 @@ +DROP TABLE IF EXISTS `logs`; +-- create logs table +CREATE TABLE `logs` ( + `time` int(14) NOT NULL, + `realm` int(4) NOT NULL, + `type` int(4) NOT NULL, + `string` text +) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- cgit v1.2.3