Skip to content

Commit

Permalink
Merge pull request #1 from esbenvb/patch-1
Browse files Browse the repository at this point in the history
Update code-push.sql to match required schema for deployment_version
  • Loading branch information
htdcx authored May 22, 2024
2 parents 9d9a7d9 + 7e701c0 commit a282da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code-push.sql
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ CREATE TABLE `deployment_version` (
`id` int NOT NULL AUTO_INCREMENT,
`deployment_id` int DEFAULT NULL,
`app_version` varchar(45) DEFAULT NULL,
`version_num` bigint DEFAULT NULL,
`current_package` int DEFAULT NULL,
`update_time` bigint DEFAULT NULL,
`create_time` bigint DEFAULT NULL,
Expand Down

0 comments on commit a282da6

Please sign in to comment.