This website requires JavaScript.
Explore
Help
Sign In
icedream
/
useful-snippets
mirror of
https://github.com/icedream/useful-snippets.git
Watch
1
Star
0
Fork
You've already forked useful-snippets
0
Code
Issues
Releases
Wiki
Activity
46f8c3784a
useful-snippets
/
sql
/
oxideshop
/
disable-production-mode-in-...
4 lines
104 B
SQL
Raw
Blame
History
-- Disable production mode in all shops for local testing
UPDATE
oxshops
SET
`
OXPRODUCTIVE
`
=
'
0
'
;
Reference in New Issue
View Git Blame
Copy Permalink