all repos

onasty @ 6e9baae11c06cf758677cb607860c38a6557aa2b

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';