all repos

onasty @ d4ca41d291d870555769c5e7c220f3e0e5c6ac8e

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;