HR
Asked
Query error: Unknown column 'stripe' in 'field list' - Invalid query: UPDATE
Solution: ALTER TABLE `sma_shop_settings` ADD `stripe` TINYINT(1) NULL DEFAULT '0';
Note: Dear friends, you did not add the statement to add that column to the table in the ALL.3.4.30.sql file, thanks.
Solution: ALTER TABLE `sma_shop_settings` ADD `stripe` TINYINT(1) NULL DEFAULT '0';
Note: Dear friends, you did not add the statement to add that column to the table in the ALL.3.4.30.sql file, thanks.
- MSAnsweredHello,
Yes, I missed it for All modules :(
Thank you very much for let me know - Login to Reply