misc/migration/3.20.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Dec 2015 09:23:23 +0100
changeset 11033 63d860a14a17
parent 10169 ed57c5215530
permissions -rw-r--r--
[schema] Use TZDatetime for creation_date and modification_date No work has been done for form fields/widgets since creation_date / modification_date are by default not editable through the default UI. One may want to add such feature at some point. Time will be displayed as UTC, let the end-application decide otherwise by customizing the tzdatetime printer if desired. Closes #4848923
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10169
ed57c5215530 [migration/3.20] sync rtypes before etypes
Julien Cristau <julien.cristau@logilab.fr>
parents: 10092
diff changeset
     1
sync_schema_props_perms('state_of')
ed57c5215530 [migration/3.20] sync rtypes before etypes
Julien Cristau <julien.cristau@logilab.fr>
parents: 10092
diff changeset
     2
sync_schema_props_perms('transition_of')
10092
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     3
sync_schema_props_perms('State')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     4
sync_schema_props_perms('BaseTransition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     5
sync_schema_props_perms('Transition')
f0363da0b5a0 [schema] stop using RQLUniqueConstraint (closes #3753250)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     6
sync_schema_props_perms('WorkflowTransition')