diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-data-service.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in index 481e87d..33cf2b5 100644 --- a/scripts/guix-data-service.in +++ b/scripts/guix-data-service.in @@ -143,6 +143,8 @@ "--db-client" (%config 'sqitch-psql) "--chdir" (dirname (dirname (%config 'sqitch-plan))) "--plan-file" (%config 'sqitch-plan) + "--mode" "change" ; this helps when migrations don't + ; have the revert bit implemented (let* ((database-config (get-database-config)) (params (string-join (map |