Since updating to 2024.03 I get continuously database errors like:
Who knows what's gone wrong here?
!Friendica Support #Friendica
1054
error
Unknown column 'contact-id' in 'where clause'
params
DELETE FROMitem
WHERE (contact-id
= 103118)
Who knows what's gone wrong here?
!Friendica Support #Friendica
Michael Vogel
•bin/console dbstructure drop
alfredb
•Michael Vogel
•show create table item;
alfredb
•https://pastebin.com/sbTy20jB
Michael Vogel
•alfredb
•Michael Vogel
•alfredb
•Michael Vogel
•item
table is not used anymore by Friendica for several years now. So we have got the command to remove these tables. But these table doesn't look like a table from Friendica, so removing it, could destroy some other system.alfredb
•I have to care about my Hubzilla instance first.
Michael Vogel
•alfredb
•Michael Vogel
•item
table if the data in it is new or old. Withdbstructure drop -e
you can delete all the tables. So only do it, after you created a backup and you are sure that you can delete the data.alfredb
•Once again, thanks for your assistance! You made my day.
Roland Häder
•./bin/console dbstructure update
and then./bin/console postupdate
alfredb
•Roland Häder
•/friendica
info page: