1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Installation should work again.

git-svn-id: file:///svn/phpbb/trunk@3823 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-04-13 11:10:54 +00:00
parent c35cdd34da
commit 46f33fae41
2 changed files with 107 additions and 107 deletions

View File

@@ -93,7 +93,7 @@ CREATE TABLE phpbb_auth_options (
CREATE TABLE phpbb_auth_presets (
preset_id tinyint(4) NOT NULL auto_increment,
preset_name varchar(50) DEFAULT '' NOT NULL,
preset_user_id mediumint(5) DEFAULT 0 UNSIGNED NOT NULL,
preset_user_id mediumint(5) UNSIGNED DEFAULT '0' NOT NULL,
preset_type varchar(2) DEFAULT '' NOT NULL,
preset_data text DEFAULT '' NOT NULL,
PRIMARY KEY (preset_id),