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:
@@ -16,7 +16,7 @@ CREATE TABLE phpbb_attachments (
|
||||
comment BLOB SUB_TYPE TEXT,
|
||||
extension VARCHAR(100),
|
||||
mimetype VARCHAR(100),
|
||||
filesize INTEGER NOT NULL,
|
||||
filesize INTEGER DEFAULT 0 NOT NULL,
|
||||
filetime INTEGER DEFAULT 0 NOT NULL,
|
||||
thumbnail INTEGER DEFAULT 0 NOT NULL
|
||||
);;
|
||||
|
Reference in New Issue
Block a user