Releases: RoryQ/wrench
Releases · RoryQ/wrench
Prompt for description to set in filename
- When creating a migration file with
wrench create
, it will prompt for a description to set in the filename if one is not provided as an argument. There is a flag--no-prompt
to revert to the previous behaviour of optionally setting a filename as an argument. - Upgrades dependencies
v1.2.2: Support static data in wrench.json
Define static data tables to export in a wrench.json
. Other configurations may be added to this structured config. Support for existing static_data_tables.txt
remains, and if neither are specified wrench will look for both.
v1.2.1: strip basic comments (#19)
add TDD test cases for expected future behaviour
Export Static Data Tables
load-discrete
command supports exporting static data by supplying a file with newline delimited list of tables to include. The static data is exported as discrete files per table, with an insert statement for each row
Alpine linux support
build using netgo so linux-amd64
works on alpine linux
v1.1.2-alpha2
set CGO_ENABLED=0 for releaser
v1.1.2-alpha1
build -tags netgo for alpine linux
v1.1.1
v1.1.0
alpha4
v1.1.0-alpha.4 create lock table when upgrading to history