jenkins-bot has submitted this change and it was merged.

Change subject: Temporarily add obsolete columns to $allowUpateColumns
......................................................................


Temporarily add obsolete columns to $allowUpateColumns

They should be removed once these obsolete columns are removed from database

Change-Id: I6007b944917ce54f21fb403c1abb061162fd896d
---
M includes/Data/RevisionStorage.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Data/RevisionStorage.php 
b/includes/Data/RevisionStorage.php
index 7fd0bd7..af0555e 100644
--- a/includes/Data/RevisionStorage.php
+++ b/includes/Data/RevisionStorage.php
@@ -18,6 +18,9 @@
                'rev_mod_user_text',
                'rev_mod_timestamp',
                'rev_mod_reason',
+               'tree_orig_user_text',
+               'rev_user_text',
+               'rev_edit_user_text',
        );
        protected $externalStores;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/106464
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6007b944917ce54f21fb403c1abb061162fd896d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to