From the command line, do this:
sqlite3 MyDatabase.sqliteVACUUM;- CTRL-D to exit the sqlite console.
Done!
The -wal file should now have a size of 0 and everything should be in your main database file.
From the command line, do this:
sqlite3 MyDatabase.sqliteVACUUM;Done!
The -wal file should now have a size of 0 and everything should be in your main database file.