datalust / piggy

A friendly PostgreSQL script runner in the spirit of DbUp.
Apache License 2.0
78 stars 10 forks source link

Baseline, pending commands #15

Closed nblumhardt closed 7 years ago

nblumhardt commented 7 years ago

piggy baseline - deals with the problem of script directory reorganization by writing all found scripts into the change log table. Workflow: piggy up, change the folder layout, piggy baseline, start writing new scripts.

piggy pending - a what-if command.

Resolves #10