Skip to content

Commit

Permalink
Add migrations to add/remove ss4a project tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Dec 13, 2024
1 parent 8b955cd commit c9e0d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- INSERT INTO moped_tags (name, type, slug, is_deleted) VALUES
-- ('SS4A Vision Zero 2022', 'Work Plan', 'ss4a_vision_zero_2022', FALSE),
-- ('SS4A Vision Zero 2024', 'Work Plan', 'ss4a_vision_zero_2024', FALSE);
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INSERT INTO moped_tags (name, type, slug, is_deleted) VALUES
('SS4A Vision Zero 2022', 'Work Plan', 'ss4a_vision_zero_2022', FALSE),
('SS4A Vision Zero 2024', 'Work Plan', 'ss4a_vision_zero_2024', FALSE);

0 comments on commit c9e0d6c

Please sign in to comment.