geodesicsolutions-community / geocore-community

GeoCore Community, open source classifieds and auctions software
MIT License
9 stars 6 forks source link

database price plan excluded table missing on update #226

Open iBeleave opened 5 months ago

iBeleave commented 5 months ago

geodesic_categories_excluded_per_price_plan does not get created with update from 18.02 to ce, but exists in classes solution, add this to update:

CREATE TABLE IF NOT EXISTSgeodesic_categories_excluded_per_price_plan( price_plan_idint(11) NOT NULL, main_category_id_bannedint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1;