tetratto/manual_migrations/reactions_unique.sql

1 line
73 B
SQL

ALTER TABLE reactions ADD CONSTRAINT uq_reactions UNIQUE (owner, asset);