Skip to content

Commit fda7e5c

Browse files
authored
Update code-push.sql to match required schema for deployment_version
1 parent 9d9a7d9 commit fda7e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code-push.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ CREATE TABLE `deployment_version` (
8282
`id` int NOT NULL AUTO_INCREMENT,
8383
`deployment_id` int DEFAULT NULL,
8484
`app_version` varchar(45) DEFAULT NULL,
85+
`version_num` int DEFAULT NULL,
8586
`current_package` int DEFAULT NULL,
8687
`update_time` bigint DEFAULT NULL,
8788
`create_time` bigint DEFAULT NULL,

0 commit comments

Comments
 (0)