Skip to content

Commit 6a96b7f

Browse files
authored
Update mw1.43-wbs1.sql (#968)
1 parent 8a07485 commit 6a96b7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/mw/new/mw1.43-wbs1.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ CREATE TABLE `<<prefix>>_filearchive` (
317317
`fa_storage_group` varbinary(16) DEFAULT NULL,
318318
`fa_storage_key` varbinary(64) DEFAULT '',
319319
`fa_deleted_user` int(11) DEFAULT NULL,
320-
`fa_deleted_timestamp` binary(14),
320+
`fa_deleted_timestamp` binary(14) DEFAULT NULL,
321321
`fa_deleted_reason_id` bigint(20) unsigned NOT NULL,
322322
`fa_size` bigint(20) unsigned DEFAULT 0,
323323
`fa_width` int(11) DEFAULT 0,
@@ -329,7 +329,7 @@ CREATE TABLE `<<prefix>>_filearchive` (
329329
`fa_minor_mime` varbinary(100) DEFAULT 'unknown',
330330
`fa_description_id` bigint(20) unsigned NOT NULL,
331331
`fa_actor` bigint(20) unsigned NOT NULL,
332-
`fa_timestamp` binary(14),
332+
`fa_timestamp` binary(14) DEFAULT NULL,
333333
`fa_deleted` tinyint(3) unsigned NOT NULL DEFAULT 0,
334334
`fa_sha1` varbinary(32) NOT NULL DEFAULT '',
335335
PRIMARY KEY (`fa_id`),
@@ -1181,4 +1181,4 @@ CREATE TABLE `<<prefix>>_wb_property_info` (
11811181
PRIMARY KEY (`pi_property_id`),
11821182
KEY `pi_type` (`pi_type`)
11831183
) ENGINE=InnoDB DEFAULT CHARSET=binary;
1184-
-- 2025-07-21 12:14:54
1184+
-- 2025-09-02 09:54:08

0 commit comments

Comments
 (0)