Fixed scripts for current WhatApp tables#3
Open
MrBarbie wants to merge 11 commits intoSenCodeMaker:mainfrom
Open
Fixed scripts for current WhatApp tables#3MrBarbie wants to merge 11 commits intoSenCodeMaker:mainfrom
MrBarbie wants to merge 11 commits intoSenCodeMaker:mainfrom
Conversation
Added lines to update new `message_quoted` which is presummably the new `messages_quotes`. I believe it has now depreciated quoted_row_id and simplified it to a combination of `message_row_id` and `chat_row_id` to identify msgs it quoted
Depluralised `messages`, `messages_links`, `messages_vcards`, `messages_vcards_jids` tables and removed reference to old `messages_quotes` table
Removed pluralised messages and related tables (`messages`, `messages_links`, `messages_vcards`, `messages_vcards_jids`, `messages_quotes`) Left the duplicated legacy ones in there to preserve the case where older tables get merged, such that data should still be in there. Unknown if it will be read properly or used.
Also adjust `sort_id` incase that causes any issues
Fixed `message_quoted` typo from commit 863c02d
Grouped legacy tables which will throw errors at the end
Standardise path name within scripts to be consistent and descriptive
Standardise path name within scripts to be consistent and descriptive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed scripts to work with current database formate as of Early Oct 2022
Main changes accounted for:
messages renamed to message
plural messages_vcard/s renamed to message_vcard/
Should fix problems in #1