Last modified: 2014-07-15 07:33:11 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T70007, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 68007 - Update flow_definition_id in flow_workflow table to be nullable
Update flow_definition_id in flow_workflow table to be nullable
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Sean Pringle
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-14 22:05 UTC by Erik Bernhardson
Modified: 2014-07-15 07:33 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Erik Bernhardson 2014-07-14 22:05:35 UTC
Short Description:

The workflow_definition_id field is soon to be deprecated along with the flow_definition table.  To prevent errors when deploying the new code that
no longer inserts into the workflow_definition_id field remove the not-null constraint.

Which wiki's are affected:

flowdb on the ext1db

Which Tables:

flow_workflow

What is the change to those tables:

Atable LTER TABLE /*_*/flow_workflow CHANGE workflow_definition_id  workflow_definition_id binary(11) DEFAULT NULL;

Links to gerrit changes:

https://gerrit.wikimedia.org/r/#/c/115576/
Comment 1 Erik Bernhardson 2014-07-14 22:06:35 UTC
Should read:

ALTER TABLE /*_*/flow_workflow CHANGE workflow_definition_id  workflow_definition_id binary(11) DEFAULT NULL;
Comment 2 Sean Pringle 2014-07-15 07:33:11 UTC
Done.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links