Adamw has uploaded a new change for review.
https://gerrit.wikimedia.org/r/59023
Change subject: fix dependencies on the future
......................................................................
fix dependencies on the future
Change-Id: If24b95e036a933213ae9ca95fd35749d7ed5fb36
---
M patches/patch-rebuild-templatelog.sql
1 file changed, 2 insertions(+), 9 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralNotice
refs/changes/23/59023/1
diff --git a/patches/patch-rebuild-templatelog.sql
b/patches/patch-rebuild-templatelog.sql
index 1198cc0..4d7d0c4 100644
--- a/patches/patch-rebuild-templatelog.sql
+++ b/patches/patch-rebuild-templatelog.sql
@@ -35,9 +35,7 @@
target_log.tmplog_end_landingpages =
next_data.tmplog_begin_landingpages,
target_log.tmplog_end_prioritylangs =
next_data.tmplog_begin_prioritylangs,
target_log.tmplog_end_archived =
next_data.tmplog_begin_archived,
- target_log.tmplog_end_category =
next_data.tmplog_begin_category,
- target_log.tmplog_end_preview_sandbox =
next_data.tmplog_begin_preview_sandbox,
- target_log.tmplog_end_mixins = next_data.tmplog_begin_mixins
+ target_log.tmplog_end_category = next_data.tmplog_begin_category
WHERE
bad_log_id = target_log.tmplog_id
;
@@ -62,12 +60,7 @@
target_log.tmplog_end_autolink = next_data.tmp_autolink,
target_log.tmplog_end_landingpages =
next_data.tmp_landing_pages,
target_log.tmplog_end_archived = next_data.tmp_archived,
- target_log.tmplog_end_category = next_data.tmp_category,
- target_log.tmplog_end_preview_sandbox =
next_data.tmp_preview_sandbox
-
- -- These properties didn't exist during the afflicted time
window:
- -- target_log.tmplog_end_prioritylangs =
next_data.tmplog_begin_prioritylangs,
- -- target_log.tmplog_end_mixins = next_data.tmplog_begin_mixins
+ target_log.tmplog_end_category = next_data.tmp_category
WHERE
bad_log_id = target_log.tmplog_id
;
--
To view, visit https://gerrit.wikimedia.org/r/59023
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If24b95e036a933213ae9ca95fd35749d7ed5fb36
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits