Generates Ecto migration files for ExDav schema changes.
Usage
mix ex_dav.gen.migration upgrade_to_0_4_0Available migrations
upgrade_to_0_4_0— rename tables fromcaldav_*todav_*, addkindandpropertiesto collections, renameical→bodyon resources, addcontent_typeto resources.
The migration is written to priv/repo/migrations/ in the current Mix
project (i.e. the consumer's app, not ex_dav itself).