aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-13 13:36:31 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-13 13:36:31 +0000
commit2dc95a7e3e41e6318e5e5e8b00787f02986fb549 (patch)
tree0229dfe7dd6bb768ac9211f7b4b2e7fed13b694f /phpBB/install
parent2248698e538e9f01549f79c74e17acce3dfe229b (diff)
downloadforums-2dc95a7e3e41e6318e5e5e8b00787f02986fb549.tar
forums-2dc95a7e3e41e6318e5e5e8b00787f02986fb549.tar.gz
forums-2dc95a7e3e41e6318e5e5e8b00787f02986fb549.tar.bz2
forums-2dc95a7e3e41e6318e5e5e8b00787f02986fb549.tar.xz
forums-2dc95a7e3e41e6318e5e5e8b00787f02986fb549.zip
Dependencies go bye bye in favour of something else
git-svn-id: file:///svn/phpbb/trunk@3826 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/mysql_schema.sql17
1 files changed, 0 insertions, 17 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql
index c81ec512cb..70537fb4ed 100644
--- a/phpBB/install/schemas/mysql_schema.sql
+++ b/phpBB/install/schemas/mysql_schema.sql
@@ -42,23 +42,6 @@ CREATE TABLE phpbb_attach_desc (
# --------------------------------------------------------
#
-# Table structure for table `phpbb_auth_deps`
-#
-CREATE TABLE phpbb_auth_deps (
- dep_id tinyint(4) UNSIGNED NOT NULL auto_increment,
- auth_option char(20) DEFAULT '' NOT NULL,
- auth_setting tinyint(1) DEFAULT '2' NOT NULL,
- forum_id mediumint(8) DEFAULT '0' NOT NULL,
- auth_deps text NOT NULL,
- PRIMARY KEY (dep_id),
- KEY auth_option (auth_option),
- KEY auth_setting (auth_setting),
- KEY forum_id (forum_id)
-);
-
-
-# --------------------------------------------------------
-#
# Table structure for table `phpbb_auth_groups`
#
CREATE TABLE phpbb_auth_groups (