I come from Django Framework and there migrations works great.
Basically i crated initial migration, it works.
I changed my db and i want create a new migration with migration_diff
bin/cake migrate (not my database is at “Initlial State”)
bin/cake migration_diff DatabaseUpdate
bin/cake migrate (now my database is at “Database Update State”)
bin/cake migration_diff DatabaseUpdate2
this is curious. Databaseupdate2 migration is equal to Database Update migration …
why this happen ?
because my expected behaviour must be an empty migration not the same, if i didn’t change my code in src/