all repos

onasty @ 42b384158a97540d0a2496a2107bc9a8f2c1d19c

a one-time notes service

onasty/migrations/20250530135721_note_author_add_unique_constraint.down.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
    DROP CONSTRAINT notes_authors_pair_user;