mirror of https://github.com/usememos/memos
chore: add if exists to postgres
parent
e6cd761787
commit
0af08d9c06
@ -1,2 +1,2 @@
|
|||||||
-- Drop deprecated tags column.
|
-- Drop deprecated tags column.
|
||||||
ALTER TABLE memo DROP COLUMN tags;
|
ALTER TABLE memo DROP COLUMN IF EXISTS tags;
|
Loading…
Reference in New Issue