-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#16643 from nvinuesa/fix_subnet_types_ids
juju#16643 This small patch renames the primary key from 'uuid' to 'id' on subnet_type and subnet_association_type, as well as all the tables referencing them. ## Checklist <!-- If an item is not applicable, use `~strikethrough~`. --> - [X] Code style: imports ordered, good names, simple structure, etc - [ ] ~Comments saying why design decisions were made~ - [X] Go unit tests, with comments saying what you're testing - [ ] ~[Integration tests](https://github.com/juju/juju/tree/main/tests), with comments saying what you're testing~ - [ ] ~[doc.go](https://discourse.charmhub.io/t/readme-in-packages/451) added or updated in changed packages~ ## QA steps ``` go test github.com/juju/juju/domain/schema/... -gocheck.v ```
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters