Skip to content

upgrade from 23.1 to 24. drop database error #4391

Closed Answered by activ8xpgithub
activ8xpgithub asked this question in Q&A
Discussion options

You must be logged in to vote

Solution copied from someone else, I used PHPmyadmin on the database to fix.

Check if the "tags" column exists in the memo table, and if it doesn’t, you need to add it: ALTER TABLE memo ADD COLUMN tags JSON;

Check if the "pinned" column exists in the memo table, and if it does, you need to delete it: ALTER TABLE memo DROP COLUMN pinned;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by activ8xpgithub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant