We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf92c00 commit ec7e3deCopy full SHA for ec7e3de
sql/codepush-v0.3.0-patch.sql
@@ -1,7 +1,7 @@
1
ALTER TABLE `apps` ADD `os` TINYINT UNSIGNED NOT NULL DEFAULT 0;
2
ALTER TABLE `apps` ADD `platform` TINYINT UNSIGNED NOT NULL DEFAULT 0;
3
ALTER TABLE `packages` ADD `is_disabled` TINYINT UNSIGNED NOT NULL DEFAULT 0;
4
-ALTER TABLE `packages` ADD `rollout` TINYINT UNSIGNED NOT NULL DEFAULT 0;
+ALTER TABLE `packages` ADD `rollout` TINYINT UNSIGNED NOT NULL DEFAULT 100;
5
6
CREATE TABLE `log_report_deploy` (
7
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
0 commit comments