mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +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:
@@ -19,7 +19,7 @@ CREATE TABLE phpbb_attachments (
|
||||
comment text(65535),
|
||||
extension varchar(100),
|
||||
mimetype varchar(100),
|
||||
filesize int(20) NOT NULL,
|
||||
filesize int(20) NOT NULL DEFAULT '0',
|
||||
filetime int(11) NOT NULL DEFAULT '0',
|
||||
thumbnail tinyint(1) NOT NULL DEFAULT '0'
|
||||
);
|
||||
|
Reference in New Issue
Block a user