useful-snippets/sql/oxideshop/disable-production-mode-in-...

4 lines
104 B
MySQL
Raw Normal View History

2017-03-15 10:34:29 +00:00
-- Disable production mode in all shops for local testing
UPDATE oxshops
SET `OXPRODUCTIVE` = '0';