diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-12-07 10:36:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-12-07 10:36:44 +0000 |
commit | b62025c217662daed6201798d11c114ce13edcdc (patch) | |
tree | d0243f4b717f9e4d9d33933df9663e24531b6a56 /database/database.pgsql | |
parent | 737db302a92422f76a092e5c9f94954b603ce053 (diff) | |
download | brdo-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.pgsql | 9 |
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 -- |