Skip to content

Instantly share code, notes, and snippets.

@teiling88
Created July 29, 2015 13:47
Show Gist options
  • Save teiling88/3d6568c31b5f475781c0 to your computer and use it in GitHub Desktop.
Save teiling88/3d6568c31b5f475781c0 to your computer and use it in GitHub Desktop.
change thumbnails after sw 5 update
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