From 810ba40b78087cc6aa7eb9ad3a3e46534393b9e8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 14 Feb 2013 17:04:42 -0200 Subject: Introducing MySQL DB Update Checker First version. Signed-off-by: shennetsind --- sql-files/main.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sql-files/main.sql') diff --git a/sql-files/main.sql b/sql-files/main.sql index e69279710..d772cec98 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -632,6 +632,16 @@ CREATE TABLE IF NOT EXISTS `skill_homunculus` ( PRIMARY KEY (`homun_id`,`id`) ) ENGINE=MyISAM; +-- +-- Table structure for table `sql_updates` +-- + +CREATE TABLE IF NOT EXISTS `sql_updates` ( + `timestamp` int(11) unsigned NOT NULL, + `ignored` enum('Yes','No') NOT NULL DEFAULT 'No' +) ENGINE=MyISAM; + + -- -- Table structure for table `sstatus` -- -- cgit v1.2.3-70-g09d2