Skip to content

Commit

Permalink
Fill out down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Dec 13, 2024
1 parent c9e0d6c commit e4eb92b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
-- 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);
DELETE FROM public.moped_tags WHERE slug = 'ss4a_vision_zero_2022' OR slug = 'ss4a_vision_zero_2024';

0 comments on commit e4eb92b

Please sign in to comment.