all repos

onasty @ 8d12ded160112b9aaec9da33a654837cdf791505

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 NOT NULL DEFAULT '0001-01-01 00:00:00';