Question: Error Unknown column stripe in field list

Error Unknown column stripe in field list

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

HR

Hector Rojas

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.
  • MS

    Mian Saleem

    Answered
    Hello,

    Yes, I missed it for All modules :(

    Thank you very much for let me know
  • Login to Reply