mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-14 05:21:41 +08:00
7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
|
|
PRAGMA key = '10f35f1';
|
|
PRAGMA cipher_migrate;
|
|
ATTACH DATABASE './app/DataBase/Msg.db' AS Msg KEY '';
|
|
SELECT sqlcipher_export('Msg');
|
|
DETACH DATABASE Msg;
|
|
|