all repos

onasty @ main

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;