Skip to content

Commit

Permalink
Merge pull request #1510 from cityofaustin/mike/20257-ss4a-project-ta…
Browse files Browse the repository at this point in the history
…gs-into-main

Add new project tags to help track SS4A grant funding (Patch into main)
  • Loading branch information
mddilley authored Dec 16, 2024
2 parents 86310ad + 87c228c commit e5ff6c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE FROM public.moped_tags WHERE slug = 'ss4a_vision_zero_2022' OR slug = 'ss4a_vision_zero_2024';
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);
2 changes: 1 addition & 1 deletion moped-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "atd-moped-editor",
"author": "ATD Data & Technology Services",
"license": "CC0-1.0",
"version": "2.25.0",
"version": "2.25.1",
"homepage": "/moped",
"private": false,
"repository": {
Expand Down

0 comments on commit e5ff6c8

Please sign in to comment.