summaryrefslogtreecommitdiff
path: root/database/database.mysql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-01-07 19:21:28 +0000
committerDries Buytaert <dries@buytaert.net>2001-01-07 19:21:28 +0000
commit554d9b080b4be1c3ddfae75d79a0789da8c80cf2 (patch)
tree63db7660753774f5faccf8e095afb24c9e3fa14b /database/database.mysql
parent63a335e1ed034d99ab34c6d80a56453175a18202 (diff)
downloadbrdo-554d9b080b4be1c3ddfae75d79a0789da8c80cf2.tar.gz
brdo-554d9b080b4be1c3ddfae75d79a0789da8c80cf2.tar.bz2
- fixed 2 small bugs in account.php
- drastically improved administration section - drastically revamped story administration: added new feature to schedule the publishing of stories - applied correct naming conventions to submission.php - fixed 1 small glitch in boxes - somewhat expanded the documentation = changed one SQL table - updated the faq with info on drupal - ... and more things I forgot about
Diffstat (limited to 'database/database.mysql')
-rw-r--r--database/database.mysql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/database.mysql b/database/database.mysql
index 14e8325ba..ab3685850 100644
--- a/database/database.mysql
+++ b/database/database.mysql
@@ -122,6 +122,7 @@ CREATE TABLE stories (
score int(11) DEFAULT '0' NOT NULL,
votes int(11) DEFAULT '0' NOT NULL,
status int(4) DEFAULT '1',
+ UNIQUE subject (subject),
PRIMARY KEY (id)
);