aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukunda Modell <mmodell@wikimedia.org>2016-04-29 13:22:51 -0500
committer20after4 <mmodell@wikimedia.org>2016-04-29 19:21:49 +0000
commit1be888c3042c92fb337de69de6c4bd47203f0aed (patch)
treef9007089ed8cdb87fcac83e132a79d513b988616
parenta574c846169e0499994dc6de610ac5f69f53fb3a (diff)
Update schema: TYPE_PROJECT_COLUMN is now simply TYPE_COLUMNS
The project columns transaction type was migrated to a new type name. See: https://secure.phabricator.com/D15634 Bug: T133994 Change-Id: I2d21336fd7e092c277d859170bb4637b1b8c3750
-rwxr-xr-xpublic_task_dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public_task_dump.py b/public_task_dump.py
index fa14f4a..8422f81 100755
--- a/public_task_dump.py
+++ b/public_task_dump.py
@@ -9,7 +9,7 @@ from wmfphablib import config as c
# Some transaction types are unsafe to reveal as they
# contain hidden information in their history and possible
# unsafe secrets we have dealt with in the UI context
-transactions = ['projectcolumn',
+transactions = ['columns',
'priority',
'status',
'reassign',