1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 22:58:10 +01:00

Dependencies go bye bye in favour of something else

git-svn-id: file:///svn/phpbb/trunk@3826 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-04-13 13:36:31 +00:00
parent 2248698e53
commit 2dc95a7e3e

View File

@ -40,23 +40,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`