Skip to content

Commit

Permalink
fix(sql): remove export HATCHERY from existing wm
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault committed Sep 24, 2018
1 parent c632b08 commit 98d8422
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions engine/sql/131_worker_model_hatchery.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- +migrate Up

update worker_model set model=replace(model::TEXT, 'export CDS_HATCHERY={{.Hatchery}}\n', '')::jsonb;

-- +migrate Down

select 1;

0 comments on commit 98d8422

Please sign in to comment.