* Fix potential import error for vehicle_accessory table

* Thanks Riccardo

--HG--
branch : trunk
This commit is contained in:
Brian
2010-03-14 16:31:47 -06:00
parent 8ba7885cc8
commit 9aa96aaf9b

View File

@@ -1,4 +1,4 @@
DROP TABLE `vehicle_accessory`;
DROP TABLE IF EXISTS `vehicle_accessory`;
CREATE TABLE `vehicle_accessory` (
`entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0,
`accessory_entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0,