Installation

  1. Run this SQL

ALTER TABLE `owned_vehicles`
ADD COLUMN IF NOT EXISTS `coords` varchar(150) DEFAULT NULL,
ADD COLUMN IF NOT EXISTS `heading` varchar(50) DEFAULT NULL,
ADD COLUMN IF NOT EXISTS `impound` tinyint(4) NOT NULL DEFAULT 0,
ADD COLUMN IF NOT EXISTS `parking` varchar(60) DEFAULT NULL;
  1. Enjoy the script!

Last updated