From 6c08fa7c26b5c291f5fd1f9ebf302914562cba7f Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 17 Mar 2006 05:29:16 +0000 Subject: [PATCH] - 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 --- phpBB/install/schemas/firebird_schema.sql | 4 ++-- 1 file 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