diff options
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
-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 |