We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a595d6 commit 73eac3aCopy full SHA for 73eac3a
Resources/config/schema/doctrine_migrations-1.0.xsd
@@ -10,6 +10,15 @@
10
<xsd:attribute name="namespace" type="xsd:string" />
11
<xsd:attribute name="table_name" type="xsd:string" />
12
<xsd:attribute name="name" type="xsd:string" />
13
+ <xsd:attribute name="organize-migrations">
14
+ <xsd:simpleType>
15
+ <xsd:restriction base="xsd:string">
16
+ <xsd:enumeration value="BY_YEAR" />
17
+ <xsd:enumeration value="BY_YEAR_AND_MONTH" />
18
+ <xsd:enumeration value="false" />
19
+ </xsd:restriction>
20
+ </xsd:simpleType>
21
+ </xsd:attribute>
22
</xsd:complexType>
23
</xsd:element>
24
</xsd:schema>
0 commit comments