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.
2 parents 9d9a7d9 + 7e701c0 commit a282da6Copy full SHA for a282da6
code-push.sql
@@ -82,6 +82,7 @@ CREATE TABLE `deployment_version` (
82
`id` int NOT NULL AUTO_INCREMENT,
83
`deployment_id` int DEFAULT NULL,
84
`app_version` varchar(45) DEFAULT NULL,
85
+ `version_num` bigint DEFAULT NULL,
86
`current_package` int DEFAULT NULL,
87
`update_time` bigint DEFAULT NULL,
88
`create_time` bigint DEFAULT NULL,
0 commit comments