all repos

onasty @ eb4c60509f134e49485bff1ee0c6422ced9d5e03

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;