all repos

onasty @ e4abd99

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