@@ -317,7 +317,7 @@ CREATE TABLE `<<prefix>>_filearchive` (
317
317
` fa_storage_group` varbinary(16 ) DEFAULT NULL ,
318
318
` fa_storage_key` varbinary(64 ) DEFAULT ' ' ,
319
319
` fa_deleted_user` int (11 ) DEFAULT NULL ,
320
- ` fa_deleted_timestamp` binary(14 ),
320
+ ` fa_deleted_timestamp` binary(14 ) DEFAULT NULL ,
321
321
` fa_deleted_reason_id` bigint (20 ) unsigned NOT NULL ,
322
322
` fa_size` bigint (20 ) unsigned DEFAULT 0 ,
323
323
` fa_width` int (11 ) DEFAULT 0 ,
@@ -329,7 +329,7 @@ CREATE TABLE `<<prefix>>_filearchive` (
329
329
` fa_minor_mime` varbinary(100 ) DEFAULT ' unknown' ,
330
330
` fa_description_id` bigint (20 ) unsigned NOT NULL ,
331
331
` fa_actor` bigint (20 ) unsigned NOT NULL ,
332
- ` fa_timestamp` binary(14 ),
332
+ ` fa_timestamp` binary(14 ) DEFAULT NULL ,
333
333
` fa_deleted` tinyint (3 ) unsigned NOT NULL DEFAULT 0 ,
334
334
` fa_sha1` varbinary(32 ) NOT NULL DEFAULT ' ' ,
335
335
PRIMARY KEY (` fa_id` ),
@@ -1181,4 +1181,4 @@ CREATE TABLE `<<prefix>>_wb_property_info` (
1181
1181
PRIMARY KEY (` pi_property_id` ),
1182
1182
KEY ` pi_type` (` pi_type` )
1183
1183
) ENGINE= InnoDB DEFAULT CHARSET= binary;
1184
- -- 2025-07-21 12:14:54
1184
+ -- 2025-09-02 09:54:08
0 commit comments