all repos

onasty @ bc92b8268dc567b48d4d567ffdfefb0442152335

a one-time notes service

onasty/migrations/20250811132505_note_nullable_read_at.up.sql(view raw)

1
2
3
ALTER TABLE notes
  ALTER COLUMN "read_at" DROP NOT NULL,
  ALTER COLUMN "read_at" SET DEFAULT NULL;