Skip to content

Commit a282da6

Browse files
authored
Merge pull request #1 from esbenvb/patch-1
Update code-push.sql to match required schema for deployment_version
2 parents 9d9a7d9 + 7e701c0 commit a282da6

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` bigint 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)