all repos

onasty @ 234f7640a37cda6214824da3125ccda420167697

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;