summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-24 23:17:39 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-24 23:17:39 +0000
commita8edbf638f83ea81c9ed02e13ae6f8fe56b7f31f (patch)
tree8dc397bef17ce1400a4254fecc061a5901312aa9 /database/database.pgsql
parent668e140d018b7cc765b46b28cfcce5fa410cfa56 (diff)
downloadbrdo-a8edbf638f83ea81c9ed02e13ae6f8fe56b7f31f.tar.gz
brdo-a8edbf638f83ea81c9ed02e13ae6f8fe56b7f31f.tar.bz2
- Removing the menu table: it is no longer used.
[TODO: update 'update.php'.]
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql13
1 files changed, 0 insertions, 13 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index 1d78a0c5f..ab201c558 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -219,19 +219,6 @@ CREATE TABLE locales (
);
--
--- Table structure for table 'menu'
---
-
-CREATE TABLE menu (
- name varchar(255) NOT NULL default '',
- link varchar(255) NOT NULL default '',
- help TEXT default '',
- title varchar(255) NOT NULL default '',
- parent varchar(255) NOT NULL default '',
- weight tinyint(4) DEFAULT '0' NOT NULL
-);
-
---
-- Table structure for table 'moderation_filters'
--