mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
what? yeah...
- turns out the backup issue was not a backup issue but a schema issue - let there be color git-svn-id: file:///svn/phpbb/trunk@6105 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -44,6 +44,7 @@ ALTER TABLE [phpbb_attachments] WITH NOCHECK ADD
|
||||
CONSTRAINT [DF_phpbb_attach_poster_id] DEFAULT (0) FOR [poster_id],
|
||||
CONSTRAINT [DF_phpbb_attach_download_count] DEFAULT (0) FOR [download_count],
|
||||
CONSTRAINT [DF_phpbb_attach_filetime] DEFAULT (0) FOR [filetime],
|
||||
CONSTRAINT [DF_phpbb_attach_filesize] DEFAULT (0) FOR [filesize],
|
||||
CONSTRAINT [DF_phpbb_attach_thumbnail] DEFAULT (0) FOR [thumbnail]
|
||||
GO
|
||||
|
||||
|
Reference in New Issue
Block a user