Advertisement:

Author Topic: Where is "Car Plugin" Make, model, type data stored?  (Read 3030 times)

slickyv

  • Jr. Member
  • **
  • Posts: 69
Where is "Car Plugin" Make, model, type data stored?
« on: July 01, 2011, 04:03:17 am »
Just wondering where this info is stored so I can make a backup of it.  Took a long time to type in all the makes and models. Admin if you'd like I can also make this file available to OSClass users to save them time.

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Where is "Car Plugin" Make, model, type data stored?
« Reply #1 on: July 01, 2011, 05:03:16 am »
Just wondering where this info is stored so I can make a backup of it.  Took a long time to type in all the makes and models. Admin if you'd like I can also make this file available to OSClass users to save them time.

The info is stored in the database under the table names

item_car_attr
item_car_make_attr
item_car_model_attr
item_car_vehicle_type_attr


slickyv

  • Jr. Member
  • **
  • Posts: 69
Re: Where is "Car Plugin" Make, model, type data stored?
« Reply #2 on: July 01, 2011, 06:07:29 am »
Thanks.  So I'm assuming backing up my database through admin should save all this automatically.

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Where is "Car Plugin" Make, model, type data stored?
« Reply #3 on: July 01, 2011, 07:10:03 am »
If you do a backup of the database it will backup those tables as well.


_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Where is "Car Plugin" Make, model, type data stored?
« Reply #4 on: July 04, 2011, 11:24:12 am »
SQL Backup from the admin panel of OSClass will backup every table on that database (also plugins' tables)