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#16495 from nvinuesa/juju-4833-1
juju#16495 This patch adds the new spaces(/subnets) schema to create the following tables: - spaces - spaces_life ## 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 ``` ## Links **Jira card:** JUJU-4833
- Loading branch information