Skip to content

Commit

Permalink
Update code-push.sql to match required schema for deployment_version
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenvb committed May 22, 2024
1 parent 9d9a7d9 commit 7e701c0
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 7e701c0

Please sign in to comment.