mirror of
https://github.com/usememos/memos.git
synced 2025-09-13 17:24:27 +08:00
chore: add if exists to postgres
This commit is contained in:
parent
e6cd761787
commit
0af08d9c06
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
-- Drop deprecated tags column.
|
||||
ALTER TABLE memo DROP COLUMN tags;
|
||||
ALTER TABLE memo DROP COLUMN IF EXISTS tags;
|
Loading…
Add table
Reference in a new issue