chore: add if exists to postgres

This commit is contained in:
johnnyjoy 2025-02-02 13:19:56 +08:00
parent e6cd761787
commit 0af08d9c06

View file

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