mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
- 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
This commit is contained in:
parent
06d87affde
commit
6c08fa7c26
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue