Hi! I had SQLite v3.31 on Ubuntu v20.04. Than I removed SQLite v3.31 and install SQLite v3.34. But my Laravel application continue using SQLite v3.31. Than I removed my old local.db file and create new one. It was not help - app continue uses SQLite v3.31.
For check version I use this script - "select sqlite_version()". I don't have any idea why I have this issue. Can you help me please?