Skip to content

Releases: moffe42/dbdiffer

v.2.0.0

05 Aug 12:44
e93f4a8
Compare
Choose a tag to compare

Added functionality to diff functions and views

v.1.1.0

31 Mar 13:07
Compare
Choose a tag to compare

Requires latest version of symfony/console. I conflicted with to many of the new PHP 7 only tools.

v.1.0.0

31 Mar 13:03
Compare
Choose a tag to compare

Requires PHP 7

fix for binary setup

31 Jul 10:53
Compare
Choose a tag to compare
Load config.php from current dir

If no config file is specified load a default config file fom the
directory we are running dbdiffer from

Make binary available

31 Jul 09:54
Compare
Choose a tag to compare

Composer now handles the binary correct and put in in the vendor/bin folder

Changed symfony/console version

31 Jul 09:20
Compare
Choose a tag to compare
0.1.3

Lowering symfony/console requirements

Changed symfony/console version

31 Jul 09:17
Compare
Choose a tag to compare
0.1.2

Use userspace differ

Use new differ

31 Jul 08:47
Compare
Choose a tag to compare

This release uses sebastian/diff for diffing the SQL instead of using diff on the command line.

Initial release

26 Jun 12:23
Compare
Choose a tag to compare

Verifies that a set of table definitions (one pr file) is the same as in the targeted database.
Al configuration is done in a configuration file.