1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- Olympus now properly works with MS SQL

- DB backup system handles MS SQL
- A few bug fixes to the backup system ;)


git-svn-id: file:///svn/phpbb/trunk@5793 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-04-18 02:41:59 +00:00
parent 5b3d732456
commit 03b9af1f28
4 changed files with 232 additions and 10 deletions

View File

@@ -83,6 +83,7 @@ ALTER TABLE [phpbb_auth_groups] WITH NOCHECK ADD
CONSTRAINT [DF_auth_g_group_id] DEFAULT (0) FOR [group_id],
CONSTRAINT [DF_auth_g_forum_id] DEFAULT (0) FOR [forum_id],
CONSTRAINT [DF_auth_g_auth_option_id] DEFAULT (0) FOR [auth_option_id],
CONSTRAINT [DF_auth_g_auth_role_id] DEFAULT (0) FOR [auth_role_id],
CONSTRAINT [DF_auth_g_auth_setting] DEFAULT (0) FOR [auth_setting]
GO
@@ -195,6 +196,7 @@ ALTER TABLE [phpbb_auth_users] WITH NOCHECK ADD
CONSTRAINT [DF_auth_u_user_id] DEFAULT (0) FOR [user_id],
CONSTRAINT [DF_auth_u_forum_id] DEFAULT (0) FOR [forum_id],
CONSTRAINT [DF_auth_u_auth_option_id] DEFAULT (0) FOR [auth_option_id],
CONSTRAINT [DF_auth_u_auth_role_id] DEFAULT (0) FOR [auth_role_id],
CONSTRAINT [DF_auth_u_auth_setting] DEFAULT (0) FOR [auth_setting]
GO

View File

@@ -445,7 +445,7 @@ INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip
# MSSQL IDENTITY phpbb_bots OFF #
# MSSQL IDENTITY phpbb_modules OFF #
# MSSQL IDENTITY phpbb_modules ON #
# -- Modules