ALTER TABLE `jetpack_sdk` ADD `options` VARCHAR(250) NOT NULL;
UPDATE jetpack_sdk SET options='--strip-xpi';