mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add deleting existing highlights from postgres before migration
This commit is contained in:
parent
a886170cd8
commit
b2fbbfb073
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
BEGIN;
|
||||
|
||||
-- delete existing highlights
|
||||
DELETE FROM omnivore.highlight;
|
||||
|
||||
CREATE TYPE highlight_type AS ENUM (
|
||||
'HIGHLIGHT',
|
||||
'REDACTION',
|
||||
|
|
|
|||
Loading…
Reference in a new issue