Skip to content

Commit

Permalink
#2493 Permit migrations in installs/upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jun 8, 2020
1 parent e9a3a12 commit b913792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dtd/install.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
*
-->

<!ELEMENT install (schema?, data?, code?, note?, upgrade?)*>
<!ELEMENT install (schema?, data?, migration?, code?, note?, upgrade?)*>
<!ATTLIST install
version CDATA #IMPLIED>
<!ELEMENT upgrade (schema?, data?, code?, note?, upgrade?)+>
<!ELEMENT upgrade (schema?, data?, migration?, code?, note?, upgrade?)+>
<!ATTLIST upgrade
minversion CDATA #IMPLIED
maxversion CDATA #IMPLIED>
Expand Down

0 comments on commit b913792

Please sign in to comment.