https://bugzilla.wikimedia.org/show_bug.cgi?id=68007

            Bug ID: 68007
           Summary: Update flow_definition_id in flow_workflow table to be
                    nullable
           Product: Wikimedia
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

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/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to