summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-07 10:36:44 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-07 10:36:44 +0000
commitb62025c217662daed6201798d11c114ce13edcdc (patch)
treed0243f4b717f9e4d9d33933df9663e24531b6a56 /database/database.pgsql
parent737db302a92422f76a092e5c9f94954b603ce053 (diff)
downloadbrdo-b62025c217662daed6201798d11c114ce13edcdc.tar.gz
brdo-b62025c217662daed6201798d11c114ce13edcdc.tar.bz2
- Removed two a dead table from both the MySQL and the PostgreSQL database
scheme. - Fixed the default settings for both the MySQL and the PostgreSQL database scheme.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql9
1 files changed, 0 insertions, 9 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index d90ab27be..5ae053806 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -250,15 +250,6 @@ CREATE TABLE moderation_votes (
);
--
--- Table structure for modules
---
-
-CREATE TABLE modules (
- name varchar(64) NOT NULL default '',
- PRIMARY KEY (name)
-);
-
---
-- Table structure for node
--