woodpecker/pkg
Nurahmadie 8ce87f0d2c More tests for alter columns migration
Also change the way we handle columns rename migration.
SQLite restrict column addition not to have PRIMARY KEY and/or
UNIQUE attribute, so we have to change from:

add new column -> migrate data from old column to new column ->
rename old table -> create new table with old columns removed ->
migrate data from old table to the new table -> drop old table

to directly:
rename old table -> create new table with renamed columns ->
migrate data from old table to the new table -> drop old table
2014-02-16 00:56:17 +07:00
..
build Merge pull request #68 from yosssi/params-injection 2014-02-13 18:50:15 -08:00
channel initial public commit 2014-02-07 03:10:01 -07:00
database More tests for alter columns migration 2014-02-16 00:56:17 +07:00
handler Inject params into .drone.yml. 2014-02-13 15:30:27 +00:00
mail initial public commit 2014-02-07 03:10:01 -07:00
model initial public commit 2014-02-07 03:10:01 -07:00
plugin added code to ignore S3 builds when no access key or secret provided 2014-02-11 15:44:39 -07:00
queue Fixup back url in commit status 2014-02-13 14:36:40 +06:00
template branch is using url param on all pages now, until we get wildcard routing 2014-02-13 15:43:40 -07:00