all repos

onasty @ eab9b2ccfb37b6dac1c99ff93098fbf505a47f5a

a one-time notes service

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

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
feat: notes manipulations for the note authors (#117)..., 1 year ago
1
ALTER TABLE notes_authors
2
    ADD CONSTRAINT notes_authors_pair_user UNIQUE (note_id, user_id)