Yesterday i tried to ad some furni but it didn't word because somehow i'm missing height_adjustable and archievments in my furni table, does someone have the sql update for it? I'm running phoenix 3.8.1 database
Thnx
Yesterday i tried to ad some furni but it didn't word because somehow i'm missing height_adjustable and archievments in my furni table, does someone have the sql update for it? I'm running phoenix 3.8.1 database
Thnx
Code:ALTER TABLE `furniture` ADD COLUMN `height_adjustable` varchar(100) NOT NULL DEFAULT '0';Code:ALTER TABLE `catalog_items` ADD COLUMN `achievement` int(4) UNSIGNED NOT NULL DEFAULT 0;
Thanks for your fast response and the codes worked!
Topc can be closed.