chore: add if exists to postgres

pull/4351/head
johnnyjoy 4 weeks ago
parent e6cd761787
commit 0af08d9c06

@ -1,2 +1,2 @@
-- Drop deprecated tags column.
ALTER TABLE memo DROP COLUMN tags;
ALTER TABLE memo DROP COLUMN IF EXISTS tags;
Loading…
Cancel
Save