Skip to content

Commit

Permalink
editoast: add new migration
Browse files Browse the repository at this point in the history
  • Loading branch information
younesschrifi committed Sep 3, 2024
1 parent 73f64a9 commit ebd3b0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE rolling_stock
SET effort_curves = REGEXP_REPLACE(effort_curves::text, 'AIR_CONDITIONING', 'AC', 'g')::jsonb;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE rolling_stock
SET effort_curves = REGEXP_REPLACE(effort_curves::text, 'AC', 'AIR_CONDITIONING', 'g')::jsonb;

0 comments on commit ebd3b0d

Please sign in to comment.