mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add if exists to postgres
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
-- Drop deprecated tags column.
|
||||
ALTER TABLE memo DROP COLUMN tags;
|
||||
ALTER TABLE memo DROP COLUMN IF EXISTS tags;
|
Reference in New Issue
Block a user