mirror of https://github.com/usememos/memos.git
chore: add if exists to postgres
This commit is contained in:
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…
Reference in New Issue