all repos

onasty @ 083ffe6e4f0106301ed2fa85753f9c645dbdf174

a one-time notes service

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

1
2
ALTER TABLE notes_authors
    DROP CONSTRAINT notes_authors_pair_user;