Joshua Poehls
Joshua Poehls
Create a Chocolatey package for DotNetMigrations. http://chocolatey.org/
I believe DNM already has a decent level of Mono support, however I am now at a point where I hate booting up my Windows VM and need to be...
If DNM is installed via NuGet (or otherwise installed in some predicable way alongside a solution) then we should be able to easily discover all of the connection strings stored...
It would be useful when writing batch files to be able to provide the path to the migration files from the command line. As it is, it always looks for...
- CSV files must have headers that match the table's column names. - The CSV file name must either match the table name completely (ex. `MyTable.csv`) or must contains the...
From James Eggers: Was thinking about the changes that we have planned on wondering if having an inline and custom console mode of DNM may be beneficial. This would allow...
A big pothole with migrations is when someone changes a migration script after it has already been run. Can we find someway to warn/break when this happens? RoundhouseE DB has...
Currently the version command simply lists the latest migration script version # and the current schema version #. This was useful back when the version numbers were sequential, however now...
Pros: - One less arg to type if you are doing a series of commands against the same database Cons: - Added complexity with argument parsing - Having to update...