all repos

onasty @ 67a69fbea5f9d5d13f9d6f0d5a3be15b9351c8d8

a one-time notes service

onasty/migrations/20250530135721_note_author_add_unique_constraint.up.sql(view raw)

1
2
ALTER TABLE notes_authors
    ADD CONSTRAINT notes_authors_pair_user UNIQUE (note_id, user_id)