all repos

onasty @ fa8001e

a one-time notes service

onasty/migrations/20250401121105_notes_add_read.up.sql(view raw)

1
2
ALTER TABLE notes
    ADD COLUMN "read_at" timestamptz;