Specc

Donator
  • Content count

    2
  • Donations

    20.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Specc

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Specc

    sql 1.0.3 to 1.0.4 error

    Query upgrade-1.0.3-1.0.4 start [ERR] 1060 - Duplicate column name 'nickname' [ERR] ALTER TABLE vehicle ADD `nickname` varchar(64) NOT NULL DEFAULT '' AFTER `territory_id`; ALTER TABLE vehicle ADD KEY `vehicle_ibfk_2_idx` (`territory_id`); ALTER TABLE vehicle ADD CONSTRAINT `vehicle_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory` (`id`) ON DELETE CASCADE; [SQL] Finished with error Now there are 3 errors without the first line! Its the new Official download and should work normally!
  2. exile.sql works exileEscape.sql works upgrade 1.0.2-1.0.3.sql works upgrade 1.03-1.04 will not read correctly Query upgrade-1.0.3-1.0.4 start [ERR] 1060 - Duplicate column name 'territory_id' [ERR] ALTER TABLE vehicle ADD `territory_id` int(11) unsigned DEFAULT NULL AFTER `vehicle_texture`; ALTER TABLE vehicle ADD `nickname` varchar(64) NOT NULL DEFAULT '' AFTER `territory_id`; ALTER TABLE vehicle ADD KEY `vehicle_ibfk_2_idx` (`territory_id`); ALTER TABLE vehicle ADD CONSTRAINT `vehicle_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory` (`id`) ON DELETE CASCADE; [SQL] Finished with error anyone have a good one?