1.7.0
·
115 commits
to master
since this release
Included commits: 1.6.0...1.7.0
Fixes
- Introduced
SynchronizationBehaviorConfig::getDataColumnType()that define default type for alldatacolumns. - Adjusted default column type for
datafield, now it's PropelCLOBtype. For PostgreSQL thats mean no changes, for MariaDB field type changed from TEXT to LONGTEXT.