github.com/bcampbell/scrapeomat@v0.0.0-20220820232205-23e64141c89e/store/sqlstore/pg/005drop_url_uniqueness.sql (about)

     1  -- allow multiple articles with same url...
     2  BEGIN;
     3  ALTER TABLE article_url DROP CONSTRAINT article_url_url_key;
     4  COMMIT;
     5