From e3014f7b20b5df2843e3448c5327dda2641ddbdc Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 6 Sep 2012 19:58:51 +0000 Subject: sql-files folder redesign as discussed with other developers, all upgrade files prior to rathena were removed (if you need them you can use the trac or download a earlier version of the folder). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16750 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn12559.sql | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 sql-files/upgrade_svn12559.sql (limited to 'sql-files/upgrade_svn12559.sql') diff --git a/sql-files/upgrade_svn12559.sql b/sql-files/upgrade_svn12559.sql deleted file mode 100644 index 302493e1b..000000000 --- a/sql-files/upgrade_svn12559.sql +++ /dev/null @@ -1,24 +0,0 @@ --- --- Table structure for table `quest` --- - -DROP TABLE IF EXISTS `quest`; -CREATE TABLE `quest` ( - `char_id` int(11) unsigned NOT NULL default '0', - `quest_id` int(10) unsigned NOT NULL, - `state` enum('1','0') NOT NULL default '0', - PRIMARY KEY USING BTREE (`char_id`,`quest_id`) -) ENGINE=MyISAM; - --- --- Table structure for table `quest_mob` --- - -DROP TABLE IF EXISTS `quest_objective`; -CREATE TABLE `quest_objective` ( - `quest_id` int(11) unsigned NOT NULL, - `count` mediumint(8) unsigned NOT NULL default '0', - `name` varchar(255) NOT NULL default '', - `num` tinyint(3) unsigned NOT NULL, - PRIMARY KEY USING BTREE (`quest_id`,`num`) -) ENGINE=MyISAM; -- cgit v1.2.3-70-g09d2