diff options
author | David M <davidmj@users.sourceforge.net> | 2006-03-17 05:29:16 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-03-17 05:29:16 +0000 |
commit | 6c08fa7c26b5c291f5fd1f9ebf302914562cba7f (patch) | |
tree | 6bbdc62ead69177a75aad8f8af4d3bc497cf32a8 /phpBB/install | |
parent | 06d87affde2a4d38d1326b472772734f834068af (diff) | |
download | forums-6c08fa7c26b5c291f5fd1f9ebf302914562cba7f.tar forums-6c08fa7c26b5c291f5fd1f9ebf302914562cba7f.tar.gz forums-6c08fa7c26b5c291f5fd1f9ebf302914562cba7f.tar.bz2 forums-6c08fa7c26b5c291f5fd1f9ebf302914562cba7f.tar.xz forums-6c08fa7c26b5c291f5fd1f9ebf302914562cba7f.zip |
- Fixing some borked stuff in the schema ( it is _still_ borked tho )
git-svn-id: file:///svn/phpbb/trunk@5641 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/firebird_schema.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql index ef7db6d6ac..268883ddde 100644 --- a/phpBB/install/schemas/firebird_schema.sql +++ b/phpBB/install/schemas/firebird_schema.sql @@ -53,7 +53,7 @@ CREATE TABLE phpbb_auth_roles_data ( role_id INTEGER DEFAULT 0 NOT NULL, auth_option_id INTEGER DEFAULT 0 NOT NULL, auth_setting INTEGER DEFAULT 0 NOT NULL -); +);; # phpbb_auth_users CREATE TABLE phpbb_auth_users ( @@ -302,7 +302,7 @@ CREATE TABLE phpbb_modules ( right_id INTEGER NOT NULL, module_langname VARCHAR(50) NOT NULL, module_mode VARCHAR(255) NOT NULL, - module_auth VARCHAR(255) NOT NULL, + module_auth VARCHAR(255) NOT NULL );; # phpbb_poll_results |