add deleting existing highlights from postgres before migration
This commit is contained in:
@ -4,6 +4,9 @@
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- delete existing highlights
|
||||
DELETE FROM omnivore.highlight;
|
||||
|
||||
CREATE TYPE highlight_type AS ENUM (
|
||||
'HIGHLIGHT',
|
||||
'REDACTION',
|
||||
|
||||
Reference in New Issue
Block a user