diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-05-14 23:07:23 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-05-14 23:07:23 +0000 |
commit | 2baf9ac129d9ecf1beb5204c2916bc0a3a39855f (patch) | |
tree | 1a0b4b2f47f19103ed430da556a68781871077c7 | |
parent | 1e8b5a9233fb0c0f0a61b949f276cde45e637bc0 (diff) | |
download | brdo-2baf9ac129d9ecf1beb5204c2916bc0a3a39855f.tar.gz brdo-2baf9ac129d9ecf1beb5204c2916bc0a3a39855f.tar.bz2 |
I've restored it to its previous condition... apparently the database.mysql is terribly outdated (didn't know this), so we should probably just wait till the final release to update it.
-rw-r--r-- | database/database.mysql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/database/database.mysql b/database/database.mysql index 133ecd024..0e80148c1 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -73,7 +73,6 @@ 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), |