Skip to content

Commit b95da3e

Browse files
committed
WIP
1 parent 753aec8 commit b95da3e

File tree

11 files changed

+415
-21
lines changed

11 files changed

+415
-21
lines changed

development/docker-compose.postgres.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ services:
1212
- "development.env"
1313
- "creds.env"
1414
volumes:
15-
- "postgres_data:/var/lib/postgresql/data"
15+
- /opt/tmp/postgres:/var/lib/postgresql/data
16+
# - "postgres_data:/var/lib/postgresql/data"
1617
healthcheck:
1718
test: "pg_isready --username=$$POSTGRES_USER --dbname=$$POSTGRES_DB"
1819
interval: "10s"

nautobot_netbox_importer/tests/fixtures/nautobot-v2.0/3.0/samples/dcim.locationtype.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"description": "",
5252
"nestable": true,
5353
"content_types": [
54+
56,
5455
42,
5556
60
5657
]

nautobot_netbox_importer/tests/fixtures/nautobot-v2.2/3.0/samples/dcim.locationtype.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"description": "",
5252
"nestable": true,
5353
"content_types": [
54+
56,
5455
42,
5556
60
5657
]

0 commit comments

Comments
 (0)