Skip to content

Commit c8e471f

Browse files
committed
Update xml xsd schema
1 parent 03d842a commit c8e471f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99

1010
cache:
1111
directories:
12-
- $HOME/.composer/cache
12+
- $HOME/.composer/cache/files
1313

1414
before_install:
1515
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"

Resources/config/schema/doctrine_migrations-1.0.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
<xsd:attribute name="dir_name" type="xsd:string" />
1010
<xsd:attribute name="namespace" type="xsd:string" />
1111
<xsd:attribute name="table_name" type="xsd:string" />
12+
<xsd:attribute name="column_name" type="xsd:string" />
13+
<xsd:attribute name="column_length" type="xsd:integer" />
14+
<xsd:attribute name="executed_at_column_name" type="xsd:integer" />
15+
<xsd:attribute name="all_or_nothing" type="xsd:boolean" />
1216
<xsd:attribute name="name" type="xsd:string" />
17+
<xsd:attribute name="custom_template" type="xsd:string" />
1318
<xsd:attribute name="organize-migrations">
1419
<xsd:simpleType>
1520
<xsd:restriction base="xsd:string">

0 commit comments

Comments
 (0)