all repos

onasty @ 743648cdf5229ae1e3b209c464e14b09d7a43711

a one-time notes service

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

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
refactor: fix annoyances (#97)..., 1 year ago
1
ALTER TABLE notes
2
    ADD COLUMN "read_at" timestamptz NOT NULL DEFAULT '0001-01-01 00:00:00';