-- Add 'draft' status to notifications table
-- Note: SQLite doesn't support ALTER TABLE MODIFY COLUMN for CHECK constraints
-- The status column already includes 'draft' in the CHECK constraint in 001_initial_schema.sql
-- This migration is a no-op for SQLite, but kept for compatibility
