all repos

onasty @ 6e284908136d4766eeaf8cd85a6a2b394764af18

a one-time notes service

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

1
2
3
ALTER TABLE notes
  ALTER COLUMN "read_at" SET NOT NULL,
  ALTER COLUMN "read_at" SET DEFAULT '0001-01-01 00:00:00'::timestamptz;