Skip to content

Commit

Permalink
Use gateway instead of ip4_address when migrating data to new static_…
Browse files Browse the repository at this point in the history
…routes table.
  • Loading branch information
Boris Schrijver authored Jul 8, 2016
1 parent 95a4490 commit 420170d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-core/setup/db/db/schema-501to510.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ INSERT INTO `cloud`.`static_routes`
SELECT `static_routes_pre510`.id,
`static_routes_pre510`.uuid,
`static_routes_pre510`.cidr,
`vpc_gateways`.ip4_address,
`vpc_gateways`.gateway,
`static_routes_pre510`.state,
`static_routes_pre510`.vpc_id,
`static_routes_pre510`.account_id,
Expand Down

0 comments on commit 420170d

Please # to comment.