relay/migrations/2020-03-25-214244_make-nodes-listener-id-unique/down.sql

3 lines
107 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE nodes DROP CONSTRAINT nodes_listener_ids_unique;