purchase-workflow
purchase-workflow copied to clipboard
[19.0][MIG] purchase_tag: Migration to 19.0
Changed 1 line:
_sql_constraints = [("tag_name_uniq", "unique (name)", "Tag name already exists !")]
into
models.Constraint("unique (name)", message="Tag name already exists !",)
/ocabot migration purchase_tag