The (updates) script works fine, but whenever I try to execute the second script it gives an error on this line:
" -- add to set the value of unseen_message_reaction_count manually because sqlite was complaining about null constraint error that wasn't there"
I'm not sure how to set the value of this.
however, when I press "skip" the script goes on with some more errors like:
[SQLITE_ERROR] SQL error or missing database (table chat has no column named display_message_sort_id)
[SQLITE_ERROR] SQL error or missing database (table message has 19 columns but 20 values were supplied)
And errors go on… Which resulting in the final database to have many missing chats from the newest database.
(mostly the new chats that haven't been interacted with in the older database)
Any thoughts about how to solve this issue, please?
appreciate your help a lot
The (updates) script works fine, but whenever I try to execute the second script it gives an error on this line:
I'm not sure how to set the value of this.
however, when I press "skip" the script goes on with some more errors like:
And errors go on… Which resulting in the final database to have many missing chats from the newest database.
(mostly the new chats that haven't been interacted with in the older database)
Any thoughts about how to solve this issue, please?
appreciate your help a lot