Skip to content

Releases: RoryQ/wrench

Prompt for description to set in filename

26 May 00:55
83bfddb
Compare
Choose a tag to compare
  • 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

03 Feb 06:44
Compare
Choose a tag to compare

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)

16 Nov 08:06
f5add35
Compare
Choose a tag to compare
add TDD test cases for expected future behaviour

Export Static Data Tables

10 Oct 07:01
e15adbb
Compare
Choose a tag to compare

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

02 Sep 04:01
Compare
Choose a tag to compare

build using netgo so linux-amd64 works on alpine linux

v1.1.2-alpha2

02 Sep 03:44
Compare
Choose a tag to compare
v1.1.2-alpha2 Pre-release
Pre-release
set CGO_ENABLED=0 for releaser

v1.1.2-alpha1

02 Sep 03:28
Compare
Choose a tag to compare
v1.1.2-alpha1 Pre-release
Pre-release
build -tags netgo for alpine linux

v1.1.1

30 Jul 10:22
5c0e075
Compare
Choose a tag to compare
add load discrete cmd (#10)

v1.1.0

24 Jul 04:02
Compare
Choose a tag to compare
update README.md

alpha4

23 Jul 04:14
Compare
Choose a tag to compare
v1.1.0-alpha.4

create lock table when upgrading to history