This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
memos
mirror of
https://github.com/usememos/memos
Watch
1
Star
0
Fork
You've already forked memos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ea3a534ce5
memos
/
store
/
migration
/
postgres
/
0.24
/
00__memo.sql
2 lines
76 B
SQL
Raw
Blame
History
-- Drop deprecated tags column.
ALTER
TABLE
memo
DROP
COLUMN
IF
EXISTS
tags
;
Reference in New Issue
View Git Blame
Copy Permalink