Skip to content

Commit 08f526d

Browse files
Rename 251_statefulset_5_1_0.up.sql to 254_statefulset_5_1_0.up.sql
1 parent c73d38a commit 08f526d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sql/251_statefulset_5_1_0.up.sql renamed to scripts/sql/254_statefulset_5_1_0.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ INSERT INTO "public"."chart_ref" ("location", "version","deployment_strategy_pat
33

44
INSERT INTO global_strategy_metadata_chart_ref_mapping ("global_strategy_metadata_id","chart_ref_id", "active","default","created_on", "created_by", "updated_on", "updated_by") VALUES
55
((select id from global_strategy_metadata where name='ROLLINGUPDATE') ,(select id from chart_ref where location='statefulset-chart_5-1-0'), true,true,now(), 1, now(), 1),
6-
((select id from global_strategy_metadata where name='ONDELETE') ,(select id from chart_ref where location='statefulset-chart_5-1-0'), true, false,now(), 1, now(), 1);
6+
((select id from global_strategy_metadata where name='ONDELETE') ,(select id from chart_ref where location='statefulset-chart_5-1-0'), true, false,now(), 1, now(), 1);

0 commit comments

Comments
 (0)