From bfba335376c8a15c74ec0e8ec71541193b458073 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 6 Feb 2004 19:07:56 +0000 Subject: - Added the possibility to reorder filters. Patch by UnConeD. --- database/database.mysql | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'database') diff --git a/database/database.mysql b/database/database.mysql index 78c62f8a1..bcc69cadd 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -169,6 +169,16 @@ CREATE TABLE feed ( UNIQUE KEY title (title) ) TYPE=MyISAM; +-- +-- Table structure for table 'filters' +-- + +CREATE TABLE filters ( + module varchar(64) NOT NULL default '', + weight tinyint(2) DEFAULT '0' NOT NULL, + KEY weight (weight) +) TYPE=MyISAM; + -- -- Table structure for table 'forum' -- -- cgit v1.2.3