all repos

onasty @ 164a37ba21c3c0c386d8d388b5e54844e3991f62

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;