Skip to content

Commit 3e8fc03

Browse files
committed
add map signal 2026 tag
1 parent ab2bc3e commit 3e8fc03

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

  • moped-database/migrations/default/1763481385374_add_map_signal_2026_tag
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- If we remove the MAP Signals project tag, we will soft delete
2+
SELECT 0;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
INSERT INTO moped_tags (name, type, slug, is_deleted) VALUES
2+
('MAP Signals 2026', 'Work Plan', 'map_signals_2026', FALSE);

0 commit comments

Comments
 (0)