Top

Documentation

Taxido is a unique and innovative app and website that brings a range of professional taxi services to your doorstep. Whether you need a quick ride, a rental, or intercity travel, Taxido offers reliable, convenient, and efficient solutions. Taxido - your all-in-one taxi service!

mobile

How to Upgrade Database

Follow these steps to update your database:

  • Taxido uses a version-controlled system to manage database changes. Each new version may include specific SQL queries to keep your database in sync with the latest codebase.
  • After downloading the latest version from CodeCanyon, make sure to execute the corresponding SQL file(s) in your database to avoid any functionality issues or mismatches.
  • All version-wise SQL update files are located in the following directory: public/db
  • Run only the SQL files that correspond to the versions you are upgrading through. For example, if you are updating from v1.0.1 to v1.0.3, you must run both v1.0.2.sql and v1.0.3.sql.