Releases: dbtk/schema-loader
Releases · dbtk/schema-loader
Next version
- supports only DBAL types
- supports DBAL options
- supports indexes
- supports constraints
Bugfix for multiple tables in one schema.xml file
v1.1.2 Fix xpath + formatting
Bugfixes
Merge pull request #6 from igormukhingmailcom/v1.1.1 Fixed my faults
Refactored: Code and dependencies; tests added
Merge pull request #5 from igormukhingmailcom/refactoring Refactored: Code and dependencies; tests added
Support decimal and float type precision
v1.0.5 Update composer lock
support primary key and autoincrement
v1.0.4 fix primary key
Bugfix bootstrapper
v1.0.3 Bugfix bootstrapper
More robust bootstrapping as vendor app
v1.0.2 More robust bootstrapping as vendor app
Add bin/dbtk-schema-loader to vendor/bin
Add bin/dbtk-schema-loader to composer.json So it can be used from vendor/bin in other projects
Initial tagged release
v1.0.0 Support new types: bigint, bool/tinyint, date+datetime, decimal