Created
July 29, 2015 13:47
-
-
Save teiling88/3d6568c31b5f475781c0 to your computer and use it in GitHub Desktop.
change thumbnails after sw 5 update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE s_media_album_settings SET thumbnail_size='200x200;600x600;1280x1280' WHERE albumID='-1' OR albumID='-11'; | |
UPDATE s_media_album_settings SET thumbnail_size='800x800;1280x1280;1920x1920' WHERE albumID='-2' OR albumID='-3'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment