all repos

onasty @ 9d9c06c8e8bbcb6f4232e37cb2ca8b48ab2d5e1e

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;