Updating to latest Reality

Dominatez

Member
Hi.

I tried updating to the latest Relaity today and when doing the following

perl db_migrate.pl ETC ETC ETC i get the following error

INFO: Current Reality version is 0.30
INFO: Attempting migration to 0.37
DBD::mysql::db do failed: Duplicate entry 'datsun1_civil_3_open' for key 'uq1_ve
hicle' at C:/strawberry/perl/site/lib/DBIx/Transaction/db.pm line 156.
FATAL: Database migration failed!

Now i'd rather not empty the entire database but find this one error and delete it.

Any help would be greatly appreciated.
 
Hi.

I tried updating to the latest Relaity today and when doing the following

perl db_migrate.pl ETC ETC ETC i get the following error

INFO: Current Reality version is 0.30
INFO: Attempting migration to 0.37
DBD::mysql::db do failed: Duplicate entry 'datsun1_civil_3_open' for key 'uq1_ve
hicle' at C:/strawberry/perl/site/lib/DBIx/Transaction/db.pm line 156.
FATAL: Database migration failed!

Now i'd rather not empty the entire database but find this one error and delete it.

Any help would be greatly appreciated.


delete from world_vehicle where description = 'datsun1_civil_3_open'
 
Back
Top