Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions drizzle/0005_drop_notion_page_id.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Migration 0009: Drop notionPageId from Utility
-- Issue: Field was auto-populated from id, misleading (looked like a Notion link but wasn't)
-- Fix: Drop column

ALTER TABLE utilities DROP COLUMN IF EXISTS "notion_page_id";
Loading
Loading