summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-05-14 21:55:24 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-05-14 21:55:24 +0000
commit1e8b5a9233fb0c0f0a61b949f276cde45e637bc0 (patch)
tree483965b4f84fa8c0bdd2693bf3c78128c07f7255
parent9164b903a76e3b4c31c08654bd99f245a0e2bf8d (diff)
downloadbrdo-1e8b5a9233fb0c0f0a61b949f276cde45e637bc0.tar.gz
brdo-1e8b5a9233fb0c0f0a61b949f276cde45e637bc0.tar.bz2
Hmmm the "promote" column was missing...
-rw-r--r--database/database.mysql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/database.mysql b/database/database.mysql
index 0e80148c1..133ecd024 100644
--- a/database/database.mysql
+++ b/database/database.mysql
@@ -73,6 +73,7 @@ CREATE TABLE category (
post int(3) DEFAULT '0' NOT NULL,
dump int(3) DEFAULT '0' NOT NULL,
expire int(3) DEFAULT '0' NOT NULL,
+ promote int(2) unsigned DEFAULT '0' NOT NULL,
comment int(2) unsigned DEFAULT '0' NOT NULL,
submission int(2) unsigned DEFAULT '0' NOT NULL,
UNIQUE name (name),