By type
The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.utf8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/data ... ok creating subdirectories ... ok selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting dynamic shared memory implementation ... posix creating configuration files ... ok running bootstrap script ... ok sh: locale: not found 2022-04-28 15:16:32.947 UTC [26] WARNING: no usable system locales were found performing post-bootstrap initialization ... ok WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. syncing data to disk ... ok Success. You can now start the database server using: pg_ctl -D /var/lib/postgresql/data -l logfile start waiting for server to start....2022-04-28 15:16:34.164 UTC [30] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" .2022-04-28 15:16:35.708 UTC [31] LOG: database system was shut down at 2022-04-28 15:16:33 UTC 2022-04-28 15:16:35.742 UTC [30] LOG: database system is ready to accept connections done server started CREATE DATABASE CREATE ROLE /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* waiting for server to shut down....2022-04-28 15:16:42.000 UTC [30] LOG: received fast shutdown request 2022-04-28 15:16:42.761 UTC [30] LOG: aborting any active transactions 2022-04-28 15:16:42.762 UTC [30] LOG: worker process: logical replication launcher (PID 37) exited with exit code 1 2022-04-28 15:16:42.763 UTC [32] LOG: shutting down ..2022-04-28 15:16:44.642 UTC [30] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. 2022-04-28 15:16:45.201 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2022-04-28 15:16:45.202 UTC [1] LOG: listening on IPv6 address "::", port 5432 2022-04-28 15:16:45.518 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2022-04-28 15:16:45.857 UTC [43] LOG: database system was shut down at 2022-04-28 15:16:44 UTC 2022-04-28 15:16:46.015 UTC [1] LOG: database system is ready to accept connections 2022-04-28 15:17:57.234 UTC [50] LOG: unexpected EOF on client connection with an open transaction 2022-04-28 15:19:08.883 UTC [52] LOG: unexpected EOF on client connection with an open transaction 2022-04-28 15:20:17.942 UTC [54] LOG: could not receive data from client: Connection reset by peer 2022-04-28 15:20:25.544 UTC [58] ERROR: relation "dcim_cable" already exists 2022-04-28 15:20:25.544 UTC [58] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:20:31.283 UTC [59] ERROR: relation "dcim_cable" already exists 2022-04-28 15:20:31.283 UTC [59] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:20:37.025 UTC [60] ERROR: relation "dcim_cable" already exists 2022-04-28 15:20:37.025 UTC [60] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:20:42.866 UTC [61] ERROR: relation "dcim_cable" already exists 2022-04-28 15:20:42.866 UTC [61] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:20:48.634 UTC [63] ERROR: relation "dcim_cable" already exists 2022-04-28 15:20:48.634 UTC [63] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:20:54.349 UTC [64] ERROR: relation "dcim_cable" already exists 2022-04-28 15:20:54.349 UTC [64] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:00.123 UTC [65] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:00.123 UTC [65] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:05.793 UTC [66] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:05.793 UTC [66] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:11.521 UTC [67] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:11.521 UTC [67] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:17.269 UTC [69] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:17.269 UTC [69] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:22.953 UTC [70] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:22.953 UTC [70] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:33.547 UTC [71] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:33.547 UTC [71] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:39.237 UTC [72] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:39.237 UTC [72] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:44.989 UTC [73] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:44.989 UTC [73] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:50.875 UTC [75] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:50.875 UTC [75] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:21:56.727 UTC [76] ERROR: relation "dcim_cable" already exists 2022-04-28 15:21:56.727 UTC [76] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:02.526 UTC [77] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:02.526 UTC [77] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:08.439 UTC [78] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:08.439 UTC [78] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:14.330 UTC [79] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:14.330 UTC [79] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:20.098 UTC [81] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:20.098 UTC [81] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:25.759 UTC [82] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:25.759 UTC [82] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:31.504 UTC [83] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:31.504 UTC [83] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:37.238 UTC [84] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:37.238 UTC [84] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:46.891 UTC [86] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:46.891 UTC [86] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:52.704 UTC [87] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:52.704 UTC [87] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:22:58.531 UTC [88] ERROR: relation "dcim_cable" already exists 2022-04-28 15:22:58.531 UTC [88] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:04.394 UTC [89] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:04.394 UTC [89] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:10.023 UTC [90] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:10.023 UTC [90] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:16.551 UTC [91] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:16.551 UTC [91] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:22.409 UTC [93] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:22.409 UTC [93] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:28.613 UTC [94] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:28.613 UTC [94] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:34.310 UTC [95] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:34.310 UTC [95] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:40.009 UTC [96] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:40.009 UTC [96] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:23:45.751 UTC [97] ERROR: relation "dcim_cable" already exists 2022-04-28 15:23:45.751 UTC [97] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:15.280 UTC [101] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:15.280 UTC [101] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:21.064 UTC [103] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:21.064 UTC [103] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:26.798 UTC [104] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:26.798 UTC [104] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:32.514 UTC [105] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:32.514 UTC [105] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:38.134 UTC [106] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:38.134 UTC [106] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:43.804 UTC [107] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:43.804 UTC [107] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:49.498 UTC [109] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:49.498 UTC [109] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:25:55.283 UTC [110] ERROR: relation "dcim_cable" already exists 2022-04-28 15:25:55.283 UTC [110] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:26:01.110 UTC [111] ERROR: relation "dcim_cable" already exists 2022-04-28 15:26:01.110 UTC [111] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:26:06.833 UTC [112] ERROR: relation "dcim_cable" already exists 2022-04-28 15:26:06.833 UTC [112] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:26:12.604 UTC [113] ERROR: relation "dcim_cable" already exists 2022-04-28 15:26:12.604 UTC [113] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:17.539 UTC [121] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:17.539 UTC [121] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:23.351 UTC [122] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:23.351 UTC [122] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:29.073 UTC [123] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:29.073 UTC [123] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:34.775 UTC [124] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:34.775 UTC [124] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:40.562 UTC [125] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:40.562 UTC [125] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:46.331 UTC [126] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:46.331 UTC [126] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:52.102 UTC [128] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:52.102 UTC [128] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:29:57.870 UTC [129] ERROR: relation "dcim_cable" already exists 2022-04-28 15:29:57.870 UTC [129] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:30:03.568 UTC [130] ERROR: relation "dcim_cable" already exists 2022-04-28 15:30:03.568 UTC [130] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:30:09.303 UTC [131] ERROR: relation "dcim_cable" already exists 2022-04-28 15:30:09.303 UTC [131] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:30:14.956 UTC [132] ERROR: relation "dcim_cable" already exists 2022-04-28 15:30:14.956 UTC [132] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:35:35.278 UTC [144] ERROR: relation "dcim_cable" already exists 2022-04-28 15:35:35.278 UTC [144] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:35:41.003 UTC [145] ERROR: relation "dcim_cable" already exists 2022-04-28 15:35:41.003 UTC [145] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:35:46.855 UTC [147] ERROR: relation "dcim_cable" already exists 2022-04-28 15:35:46.855 UTC [147] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:35:52.586 UTC [148] ERROR: relation "dcim_cable" already exists 2022-04-28 15:35:52.586 UTC [148] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:35:58.364 UTC [149] ERROR: relation "dcim_cable" already exists 2022-04-28 15:35:58.364 UTC [149] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:04.075 UTC [150] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:04.075 UTC [150] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:09.914 UTC [151] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:09.914 UTC [151] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:15.999 UTC [152] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:15.999 UTC [152] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:22.028 UTC [154] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:22.028 UTC [154] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:38.321 UTC [155] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:38.321 UTC [155] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:43.993 UTC [156] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:43.993 UTC [156] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:49.796 UTC [158] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:49.796 UTC [158] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:36:55.577 UTC [159] ERROR: relation "dcim_cable" already exists 2022-04-28 15:36:55.577 UTC [159] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:37:01.368 UTC [160] ERROR: relation "dcim_cable" already exists 2022-04-28 15:37:01.368 UTC [160] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:37:07.139 UTC [161] ERROR: relation "dcim_cable" already exists 2022-04-28 15:37:07.139 UTC [161] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:37:12.972 UTC [162] ERROR: relation "dcim_cable" already exists 2022-04-28 15:37:12.972 UTC [162] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:37:18.784 UTC [164] ERROR: relation "dcim_cable" already exists 2022-04-28 15:37:18.784 UTC [164] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:37:24.531 UTC [165] ERROR: relation "dcim_cable" already exists 2022-04-28 15:37:24.531 UTC [165] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:37:31.524 UTC [166] ERROR: relation "dcim_cable" already exists 2022-04-28 15:37:31.524 UTC [166] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:37:37.312 UTC [167] ERROR: relation "dcim_cable" already exists 2022-04-28 15:37:37.312 UTC [167] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:42:57.727 UTC [179] ERROR: relation "dcim_cable" already exists 2022-04-28 15:42:57.727 UTC [179] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:03.663 UTC [180] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:03.663 UTC [180] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:09.624 UTC [181] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:09.624 UTC [181] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:15.503 UTC [182] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:15.503 UTC [182] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:21.281 UTC [184] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:21.281 UTC [184] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:27.056 UTC [185] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:27.056 UTC [185] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:32.838 UTC [186] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:32.838 UTC [186] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:38.670 UTC [187] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:38.670 UTC [187] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:44.503 UTC [188] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:44.503 UTC [188] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:50.324 UTC [190] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:50.324 UTC [190] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:43:56.146 UTC [191] ERROR: relation "dcim_cable" already exists 2022-04-28 15:43:56.146 UTC [191] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:06.849 UTC [192] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:06.849 UTC [192] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:12.814 UTC [193] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:12.814 UTC [193] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:18.640 UTC [195] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:18.640 UTC [195] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:24.439 UTC [196] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:24.439 UTC [196] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:30.218 UTC [197] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:30.218 UTC [197] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:35.981 UTC [198] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:35.981 UTC [198] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:41.826 UTC [199] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:41.826 UTC [199] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:47.716 UTC [201] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:47.716 UTC [201] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:53.486 UTC [202] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:53.486 UTC [202] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:44:59.426 UTC [203] ERROR: relation "dcim_cable" already exists 2022-04-28 15:44:59.426 UTC [203] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:45:05.288 UTC [204] ERROR: relation "dcim_cable" already exists 2022-04-28 15:45:05.288 UTC [204] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:50:25.919 UTC [216] ERROR: relation "dcim_cable" already exists 2022-04-28 15:50:25.919 UTC [216] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:50:31.761 UTC [217] ERROR: relation "dcim_cable" already exists 2022-04-28 15:50:31.761 UTC [217] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:50:37.545 UTC [218] ERROR: relation "dcim_cable" already exists 2022-04-28 15:50:37.545 UTC [218] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:50:43.489 UTC [219] ERROR: relation "dcim_cable" already exists 2022-04-28 15:50:43.489 UTC [219] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:50:49.347 UTC [221] ERROR: relation "dcim_cable" already exists 2022-04-28 15:50:49.347 UTC [221] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:50:55.138 UTC [222] ERROR: relation "dcim_cable" already exists 2022-04-28 15:50:55.138 UTC [222] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:01.014 UTC [223] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:01.014 UTC [223] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:06.887 UTC [224] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:06.887 UTC [224] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:12.679 UTC [225] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:12.679 UTC [225] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:18.506 UTC [227] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:18.506 UTC [227] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:24.267 UTC [228] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:24.267 UTC [228] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:33.405 UTC [229] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:33.405 UTC [229] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:39.452 UTC [230] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:39.452 UTC [230] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:45.193 UTC [231] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:45.193 UTC [231] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:50.883 UTC [233] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:50.883 UTC [233] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:51:56.784 UTC [234] ERROR: relation "dcim_cable" already exists 2022-04-28 15:51:56.784 UTC [234] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:52:02.612 UTC [235] ERROR: relation "dcim_cable" already exists 2022-04-28 15:52:02.612 UTC [235] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:52:08.478 UTC [236] ERROR: relation "dcim_cable" already exists 2022-04-28 15:52:08.478 UTC [236] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:52:14.285 UTC [237] ERROR: relation "dcim_cable" already exists 2022-04-28 15:52:14.285 UTC [237] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:52:20.026 UTC [239] ERROR: relation "dcim_cable" already exists 2022-04-28 15:52:20.026 UTC [239] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:52:25.889 UTC [240] ERROR: relation "dcim_cable" already exists 2022-04-28 15:52:25.889 UTC [240] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:52:31.686 UTC [241] ERROR: relation "dcim_cable" already exists 2022-04-28 15:52:31.686 UTC [241] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:57:50.491 UTC [253] ERROR: relation "dcim_cable" already exists 2022-04-28 15:57:50.491 UTC [253] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:57:56.352 UTC [254] ERROR: relation "dcim_cable" already exists 2022-04-28 15:57:56.352 UTC [254] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:02.187 UTC [255] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:02.187 UTC [255] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:08.028 UTC [256] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:08.028 UTC [256] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:13.843 UTC [257] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:13.843 UTC [257] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:19.753 UTC [259] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:19.753 UTC [259] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:25.545 UTC [260] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:25.545 UTC [260] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:31.471 UTC [261] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:31.471 UTC [261] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:37.387 UTC [262] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:37.387 UTC [262] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:43.192 UTC [263] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:43.192 UTC [263] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:58:55.989 UTC [265] ERROR: relation "dcim_cable" already exists 2022-04-28 15:58:55.989 UTC [265] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:01.815 UTC [266] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:01.815 UTC [266] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:07.556 UTC [267] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:07.556 UTC [267] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:13.289 UTC [268] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:13.289 UTC [268] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:19.063 UTC [270] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:19.063 UTC [270] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:24.912 UTC [271] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:24.912 UTC [271] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:30.851 UTC [272] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:30.851 UTC [272] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:36.616 UTC [273] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:36.616 UTC [273] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:42.444 UTC [274] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:42.444 UTC [274] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:48.267 UTC [276] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:48.267 UTC [276] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 15:59:54.414 UTC [277] ERROR: relation "dcim_cable" already exists 2022-04-28 15:59:54.414 UTC [277] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:13.587 UTC [288] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:13.587 UTC [288] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:19.391 UTC [290] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:19.391 UTC [290] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:25.206 UTC [291] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:25.206 UTC [291] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:30.968 UTC [292] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:30.968 UTC [292] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:36.725 UTC [293] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:36.725 UTC [293] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:42.493 UTC [294] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:42.493 UTC [294] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:48.275 UTC [296] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:48.275 UTC [296] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:54.000 UTC [297] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:54.000 UTC [297] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:05:59.890 UTC [298] ERROR: relation "dcim_cable" already exists 2022-04-28 16:05:59.890 UTC [298] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:05.590 UTC [299] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:05.590 UTC [299] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:11.420 UTC [300] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:11.420 UTC [300] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:24.242 UTC [302] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:24.242 UTC [302] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:30.015 UTC [303] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:30.015 UTC [303] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:35.822 UTC [304] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:35.822 UTC [304] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:41.604 UTC [305] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:41.604 UTC [305] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:47.334 UTC [307] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:47.334 UTC [307] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:53.069 UTC [308] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:53.069 UTC [308] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:06:58.881 UTC [309] ERROR: relation "dcim_cable" already exists 2022-04-28 16:06:58.881 UTC [309] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:04.613 UTC [310] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:04.613 UTC [310] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:10.415 UTC [311] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:10.415 UTC [311] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:16.175 UTC [312] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:16.175 UTC [312] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:22.005 UTC [314] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:22.005 UTC [314] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:35.713 UTC [315] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:35.713 UTC [315] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:41.442 UTC [316] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:41.442 UTC [316] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:47.212 UTC [317] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:47.212 UTC [317] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:53.143 UTC [319] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:53.143 UTC [319] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:07:58.944 UTC [320] ERROR: relation "dcim_cable" already exists 2022-04-28 16:07:58.944 UTC [320] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:08:04.725 UTC [321] ERROR: relation "dcim_cable" already exists 2022-04-28 16:08:04.725 UTC [321] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:08:10.510 UTC [322] ERROR: relation "dcim_cable" already exists 2022-04-28 16:08:10.510 UTC [322] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:08:16.409 UTC [323] ERROR: relation "dcim_cable" already exists 2022-04-28 16:08:16.409 UTC [323] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:08:22.287 UTC [325] ERROR: relation "dcim_cable" already exists 2022-04-28 16:08:22.287 UTC [325] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:08:28.142 UTC [326] ERROR: relation "dcim_cable" already exists 2022-04-28 16:08:28.142 UTC [326] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:08:33.882 UTC [327] ERROR: relation "dcim_cable" already exists 2022-04-28 16:08:33.882 UTC [327] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:13:49.478 UTC [339] ERROR: relation "dcim_cable" already exists 2022-04-28 16:13:49.478 UTC [339] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:13:55.303 UTC [340] ERROR: relation "dcim_cable" already exists 2022-04-28 16:13:55.303 UTC [340] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:01.197 UTC [341] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:01.197 UTC [341] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:07.099 UTC [342] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:07.099 UTC [342] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:13.003 UTC [343] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:13.003 UTC [343] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:18.821 UTC [345] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:18.821 UTC [345] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:24.597 UTC [346] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:24.597 UTC [346] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:30.494 UTC [347] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:30.494 UTC [347] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:36.376 UTC [348] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:36.376 UTC [348] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:42.214 UTC [349] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:42.214 UTC [349] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:14:55.548 UTC [351] ERROR: relation "dcim_cable" already exists 2022-04-28 16:14:55.548 UTC [351] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:01.335 UTC [352] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:01.335 UTC [352] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:07.069 UTC [353] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:07.069 UTC [353] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:12.857 UTC [354] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:12.857 UTC [354] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:18.725 UTC [356] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:18.725 UTC [356] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:24.482 UTC [357] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:24.482 UTC [357] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:30.304 UTC [358] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:30.304 UTC [358] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:36.043 UTC [359] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:36.043 UTC [359] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:41.892 UTC [360] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:41.892 UTC [360] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:47.750 UTC [362] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:47.750 UTC [362] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:15:53.490 UTC [363] ERROR: relation "dcim_cable" already exists 2022-04-28 16:15:53.490 UTC [363] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:17.291 UTC [374] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:17.291 UTC [374] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:23.336 UTC [376] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:23.336 UTC [376] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:29.218 UTC [377] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:29.218 UTC [377] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:35.030 UTC [378] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:35.030 UTC [378] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:40.807 UTC [379] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:40.807 UTC [379] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:46.575 UTC [380] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:46.575 UTC [380] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:52.397 UTC [382] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:52.397 UTC [382] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:21:58.309 UTC [383] ERROR: relation "dcim_cable" already exists 2022-04-28 16:21:58.309 UTC [383] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:04.273 UTC [384] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:04.273 UTC [384] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:10.037 UTC [385] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:10.037 UTC [385] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:15.843 UTC [386] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:15.843 UTC [386] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:26.870 UTC [388] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:26.870 UTC [388] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:32.722 UTC [389] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:32.722 UTC [389] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:38.587 UTC [390] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:38.587 UTC [390] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:44.403 UTC [391] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:44.403 UTC [391] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:50.217 UTC [393] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:50.217 UTC [393] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:22:56.062 UTC [394] ERROR: relation "dcim_cable" already exists 2022-04-28 16:22:56.062 UTC [394] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:01.889 UTC [395] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:01.889 UTC [395] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:07.815 UTC [396] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:07.815 UTC [396] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:13.685 UTC [397] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:13.685 UTC [397] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:19.716 UTC [399] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:19.716 UTC [399] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:25.549 UTC [400] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:25.549 UTC [400] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:35.119 UTC [401] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:35.119 UTC [401] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:41.079 UTC [402] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:41.079 UTC [402] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:46.935 UTC [403] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:46.935 UTC [403] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:52.828 UTC [405] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:52.828 UTC [405] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:23:58.821 UTC [406] ERROR: relation "dcim_cable" already exists 2022-04-28 16:23:58.821 UTC [406] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:24:04.605 UTC [407] ERROR: relation "dcim_cable" already exists 2022-04-28 16:24:04.605 UTC [407] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:24:10.349 UTC [408] ERROR: relation "dcim_cable" already exists 2022-04-28 16:24:10.349 UTC [408] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:24:16.239 UTC [409] ERROR: relation "dcim_cable" already exists 2022-04-28 16:24:16.239 UTC [409] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:24:22.313 UTC [411] ERROR: relation "dcim_cable" already exists 2022-04-28 16:24:22.313 UTC [411] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:24:28.139 UTC [412] ERROR: relation "dcim_cable" already exists 2022-04-28 16:24:28.139 UTC [412] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:24:33.965 UTC [413] ERROR: relation "dcim_cable" already exists 2022-04-28 16:24:33.965 UTC [413] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:29:52.016 UTC [425] ERROR: relation "dcim_cable" already exists 2022-04-28 16:29:52.016 UTC [425] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:29:58.093 UTC [426] ERROR: relation "dcim_cable" already exists 2022-04-28 16:29:58.093 UTC [426] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:04.100 UTC [427] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:04.100 UTC [427] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:09.980 UTC [428] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:09.980 UTC [428] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:15.865 UTC [429] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:15.865 UTC [429] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:21.782 UTC [431] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:21.782 UTC [431] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:27.627 UTC [432] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:27.627 UTC [432] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:33.541 UTC [433] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:33.541 UTC [433] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:39.486 UTC [434] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:39.486 UTC [434] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:45.481 UTC [435] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:45.481 UTC [435] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:30:51.395 UTC [437] ERROR: relation "dcim_cable" already exists 2022-04-28 16:30:51.395 UTC [437] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:06.312 UTC [438] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:06.312 UTC [438] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:12.180 UTC [439] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:12.180 UTC [439] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:18.139 UTC [441] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:18.139 UTC [441] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:24.023 UTC [442] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:24.023 UTC [442] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:29.904 UTC [443] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:29.904 UTC [443] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:35.715 UTC [444] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:35.715 UTC [444] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:41.578 UTC [445] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:41.578 UTC [445] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:47.436 UTC [446] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:47.436 UTC [446] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:53.314 UTC [448] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:53.314 UTC [448] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:31:59.214 UTC [449] ERROR: relation "dcim_cable" already exists 2022-04-28 16:31:59.214 UTC [449] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:32:05.070 UTC [450] ERROR: relation "dcim_cable" already exists 2022-04-28 16:32:05.070 UTC [450] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:37:22.386 UTC [462] ERROR: relation "dcim_cable" already exists 2022-04-28 16:37:22.386 UTC [462] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:37:28.349 UTC [463] ERROR: relation "dcim_cable" already exists 2022-04-28 16:37:28.349 UTC [463] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:37:34.145 UTC [464] ERROR: relation "dcim_cable" already exists 2022-04-28 16:37:34.145 UTC [464] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:37:39.941 UTC [465] ERROR: relation "dcim_cable" already exists 2022-04-28 16:37:39.941 UTC [465] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:37:45.778 UTC [466] ERROR: relation "dcim_cable" already exists 2022-04-28 16:37:45.778 UTC [466] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:37:51.639 UTC [468] ERROR: relation "dcim_cable" already exists 2022-04-28 16:37:51.639 UTC [468] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:37:57.486 UTC [469] ERROR: relation "dcim_cable" already exists 2022-04-28 16:37:57.486 UTC [469] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:03.481 UTC [470] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:03.481 UTC [470] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:09.333 UTC [471] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:09.333 UTC [471] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:15.278 UTC [472] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:15.278 UTC [472] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:21.115 UTC [474] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:21.115 UTC [474] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:35.582 UTC [476] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:35.582 UTC [476] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:41.369 UTC [477] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:41.369 UTC [477] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:47.233 UTC [478] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:47.233 UTC [478] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:53.169 UTC [480] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:53.169 UTC [480] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:38:59.090 UTC [481] ERROR: relation "dcim_cable" already exists 2022-04-28 16:38:59.090 UTC [481] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:39:04.927 UTC [482] ERROR: relation "dcim_cable" already exists 2022-04-28 16:39:04.927 UTC [482] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:39:10.694 UTC [483] ERROR: relation "dcim_cable" already exists 2022-04-28 16:39:10.694 UTC [483] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:39:16.551 UTC [484] ERROR: relation "dcim_cable" already exists 2022-04-28 16:39:16.551 UTC [484] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:39:22.403 UTC [486] ERROR: relation "dcim_cable" already exists 2022-04-28 16:39:22.403 UTC [486] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:39:28.328 UTC [487] ERROR: relation "dcim_cable" already exists 2022-04-28 16:39:28.328 UTC [487] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:39:34.109 UTC [488] ERROR: relation "dcim_cable" already exists 2022-04-28 16:39:34.109 UTC [488] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:44:48.844 UTC [500] ERROR: relation "dcim_cable" already exists 2022-04-28 16:44:48.844 UTC [500] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:44:54.675 UTC [501] ERROR: relation "dcim_cable" already exists 2022-04-28 16:44:54.675 UTC [501] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:00.533 UTC [502] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:00.533 UTC [502] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:06.441 UTC [503] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:06.441 UTC [503] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:12.442 UTC [504] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:12.442 UTC [504] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:18.271 UTC [505] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:18.271 UTC [505] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:24.058 UTC [507] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:24.058 UTC [507] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:29.825 UTC [508] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:29.825 UTC [508] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:35.618 UTC [509] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:35.618 UTC [509] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:41.500 UTC [510] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:41.500 UTC [510] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:45:54.576 UTC [512] ERROR: relation "dcim_cable" already exists 2022-04-28 16:45:54.576 UTC [512] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:00.474 UTC [513] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:00.474 UTC [513] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:06.317 UTC [514] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:06.317 UTC [514] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:12.274 UTC [515] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:12.274 UTC [515] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:18.177 UTC [516] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:18.177 UTC [516] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:23.982 UTC [518] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:23.982 UTC [518] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:29.832 UTC [519] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:29.832 UTC [519] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:35.643 UTC [520] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:35.643 UTC [520] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:41.428 UTC [521] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:41.428 UTC [521] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:47.256 UTC [522] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:47.256 UTC [522] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:46:53.334 UTC [524] ERROR: relation "dcim_cable" already exists 2022-04-28 16:46:53.334 UTC [524] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:06.178 UTC [535] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:06.178 UTC [535] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:12.126 UTC [536] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:12.126 UTC [536] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:18.082 UTC [537] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:18.082 UTC [537] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:23.927 UTC [539] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:23.927 UTC [539] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:29.930 UTC [540] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:29.930 UTC [540] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:35.759 UTC [541] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:35.759 UTC [541] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:41.638 UTC [542] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:41.638 UTC [542] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:47.420 UTC [543] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:47.420 UTC [543] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:53.283 UTC [545] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:53.283 UTC [545] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:52:59.123 UTC [546] ERROR: relation "dcim_cable" already exists 2022-04-28 16:52:59.123 UTC [546] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:04.934 UTC [547] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:04.934 UTC [547] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:14.368 UTC [548] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:14.368 UTC [548] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:20.183 UTC [550] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:20.183 UTC [550] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:26.007 UTC [551] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:26.007 UTC [551] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:31.893 UTC [552] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:31.893 UTC [552] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:37.794 UTC [553] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:37.794 UTC [553] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:43.553 UTC [554] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:43.553 UTC [554] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:49.393 UTC [556] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:49.393 UTC [556] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:53:55.256 UTC [557] ERROR: relation "dcim_cable" already exists 2022-04-28 16:53:55.256 UTC [557] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:54:01.056 UTC [558] ERROR: relation "dcim_cable" already exists 2022-04-28 16:54:01.056 UTC [558] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:54:06.909 UTC [559] ERROR: relation "dcim_cable" already exists 2022-04-28 16:54:06.909 UTC [559] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:54:12.784 UTC [560] ERROR: relation "dcim_cable" already exists 2022-04-28 16:54:12.784 UTC [560] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:59:29.913 UTC [572] ERROR: relation "dcim_cable" already exists 2022-04-28 16:59:29.913 UTC [572] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:59:35.997 UTC [573] ERROR: relation "dcim_cable" already exists 2022-04-28 16:59:35.997 UTC [573] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:59:41.888 UTC [574] ERROR: relation "dcim_cable" already exists 2022-04-28 16:59:41.888 UTC [574] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:59:47.688 UTC [575] ERROR: relation "dcim_cable" already exists 2022-04-28 16:59:47.688 UTC [575] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:59:53.497 UTC [577] ERROR: relation "dcim_cable" already exists 2022-04-28 16:59:53.497 UTC [577] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 16:59:59.418 UTC [578] ERROR: relation "dcim_cable" already exists 2022-04-28 16:59:59.418 UTC [578] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:05.470 UTC [579] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:05.470 UTC [579] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:11.485 UTC [580] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:11.485 UTC [580] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:17.299 UTC [581] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:17.299 UTC [581] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:23.184 UTC [583] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:23.184 UTC [583] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:37.965 UTC [584] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:37.965 UTC [584] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:43.832 UTC [585] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:43.832 UTC [585] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:49.701 UTC [587] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:49.701 UTC [587] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:00:55.475 UTC [588] ERROR: relation "dcim_cable" already exists 2022-04-28 17:00:55.475 UTC [588] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:01:01.409 UTC [589] ERROR: relation "dcim_cable" already exists 2022-04-28 17:01:01.409 UTC [589] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:01:07.185 UTC [590] ERROR: relation "dcim_cable" already exists 2022-04-28 17:01:07.185 UTC [590] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:01:13.052 UTC [591] ERROR: relation "dcim_cable" already exists 2022-04-28 17:01:13.052 UTC [591] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:01:18.836 UTC [593] ERROR: relation "dcim_cable" already exists 2022-04-28 17:01:18.836 UTC [593] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:01:24.643 UTC [594] ERROR: relation "dcim_cable" already exists 2022-04-28 17:01:24.643 UTC [594] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:01:30.423 UTC [595] ERROR: relation "dcim_cable" already exists 2022-04-28 17:01:30.423 UTC [595] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:01:36.143 UTC [596] ERROR: relation "dcim_cable" already exists 2022-04-28 17:01:36.143 UTC [596] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:06:54.648 UTC [608] ERROR: relation "dcim_cable" already exists 2022-04-28 17:06:54.648 UTC [608] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:00.470 UTC [609] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:00.470 UTC [609] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:06.367 UTC [610] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:06.367 UTC [610] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:12.236 UTC [611] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:12.236 UTC [611] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:18.187 UTC [612] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:18.187 UTC [612] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:23.971 UTC [614] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:23.971 UTC [614] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:29.870 UTC [615] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:29.870 UTC [615] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:35.747 UTC [616] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:35.747 UTC [616] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:41.566 UTC [617] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:41.566 UTC [617] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:47.560 UTC [618] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:47.560 UTC [618] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:07:53.365 UTC [620] ERROR: relation "dcim_cable" already exists 2022-04-28 17:07:53.365 UTC [620] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:05.004 UTC [621] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:05.004 UTC [621] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:10.858 UTC [622] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:10.858 UTC [622] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:16.679 UTC [623] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:16.679 UTC [623] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:22.492 UTC [625] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:22.492 UTC [625] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:28.319 UTC [626] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:28.319 UTC [626] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:34.121 UTC [627] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:34.121 UTC [627] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:40.021 UTC [628] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:40.021 UTC [628] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:45.915 UTC [629] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:45.915 UTC [629] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:51.830 UTC [631] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:51.830 UTC [631] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:08:57.901 UTC [632] ERROR: relation "dcim_cable" already exists 2022-04-28 17:08:57.901 UTC [632] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:09:03.793 UTC [633] ERROR: relation "dcim_cable" already exists 2022-04-28 17:09:03.793 UTC [633] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:14:25.163 UTC [645] ERROR: relation "dcim_cable" already exists 2022-04-28 17:14:25.163 UTC [645] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:14:31.235 UTC [646] ERROR: relation "dcim_cable" already exists 2022-04-28 17:14:31.235 UTC [646] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:14:37.083 UTC [647] ERROR: relation "dcim_cable" already exists 2022-04-28 17:14:37.083 UTC [647] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:14:42.994 UTC [648] ERROR: relation "dcim_cable" already exists 2022-04-28 17:14:42.994 UTC [648] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:14:48.997 UTC [650] ERROR: relation "dcim_cable" already exists 2022-04-28 17:14:48.997 UTC [650] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:14:54.842 UTC [651] ERROR: relation "dcim_cable" already exists 2022-04-28 17:14:54.842 UTC [651] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:00.813 UTC [652] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:00.813 UTC [652] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:06.705 UTC [653] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:06.705 UTC [653] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:12.569 UTC [654] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:12.569 UTC [654] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:18.529 UTC [655] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:18.529 UTC [655] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:24.483 UTC [657] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:24.483 UTC [657] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:36.533 UTC [658] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:36.533 UTC [658] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:42.473 UTC [659] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:42.473 UTC [659] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:48.384 UTC [660] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:48.384 UTC [660] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:15:54.130 UTC [662] ERROR: relation "dcim_cable" already exists 2022-04-28 17:15:54.130 UTC [662] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:16:00.070 UTC [663] ERROR: relation "dcim_cable" already exists 2022-04-28 17:16:00.070 UTC [663] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:16:05.828 UTC [664] ERROR: relation "dcim_cable" already exists 2022-04-28 17:16:05.828 UTC [664] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:16:11.716 UTC [665] ERROR: relation "dcim_cable" already exists 2022-04-28 17:16:11.716 UTC [665] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:16:17.566 UTC [666] ERROR: relation "dcim_cable" already exists 2022-04-28 17:16:17.566 UTC [666] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:16:23.380 UTC [668] ERROR: relation "dcim_cable" already exists 2022-04-28 17:16:23.380 UTC [668] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:16:29.243 UTC [669] ERROR: relation "dcim_cable" already exists 2022-04-28 17:16:29.243 UTC [669] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:16:35.057 UTC [670] ERROR: relation "dcim_cable" already exists 2022-04-28 17:16:35.057 UTC [670] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:21:48.378 UTC [681] ERROR: relation "dcim_cable" already exists 2022-04-28 17:21:48.378 UTC [681] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:21:54.253 UTC [683] ERROR: relation "dcim_cable" already exists 2022-04-28 17:21:54.253 UTC [683] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:00.276 UTC [684] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:00.276 UTC [684] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:06.178 UTC [685] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:06.178 UTC [685] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:12.159 UTC [686] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:12.159 UTC [686] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:18.071 UTC [687] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:18.071 UTC [687] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:23.858 UTC [689] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:23.858 UTC [689] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:29.792 UTC [690] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:29.792 UTC [690] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:35.583 UTC [691] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:35.583 UTC [691] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:41.355 UTC [692] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:41.355 UTC [692] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:22:55.226 UTC [694] ERROR: relation "dcim_cable" already exists 2022-04-28 17:22:55.226 UTC [694] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:01.387 UTC [695] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:01.387 UTC [695] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:07.371 UTC [696] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:07.371 UTC [696] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:13.160 UTC [697] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:13.160 UTC [697] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:19.071 UTC [698] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:19.071 UTC [698] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:25.053 UTC [700] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:25.053 UTC [700] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:31.069 UTC [701] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:31.069 UTC [701] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:37.059 UTC [702] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:37.059 UTC [702] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:43.004 UTC [703] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:43.004 UTC [703] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:48.873 UTC [704] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:48.873 UTC [704] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:23:54.695 UTC [706] ERROR: relation "dcim_cable" already exists 2022-04-28 17:23:54.695 UTC [706] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:26:59.893 UTC [713] LOG: invalid length of startup packet 2022-04-28 17:29:14.234 UTC [718] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:14.234 UTC [718] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:29:20.141 UTC [720] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:20.141 UTC [720] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:29:25.926 UTC [721] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:25.926 UTC [721] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:29:31.752 UTC [722] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:31.752 UTC [722] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:29:37.525 UTC [723] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:37.525 UTC [723] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:29:43.352 UTC [724] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:43.352 UTC [724] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:29:49.261 UTC [726] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:49.261 UTC [726] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:29:55.055 UTC [727] ERROR: relation "dcim_cable" already exists 2022-04-28 17:29:55.055 UTC [727] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:00.857 UTC [728] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:00.857 UTC [728] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:06.666 UTC [729] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:06.666 UTC [729] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:12.480 UTC [730] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:12.480 UTC [730] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:23.303 UTC [732] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:23.303 UTC [732] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:29.364 UTC [733] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:29.364 UTC [733] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:35.227 UTC [734] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:35.227 UTC [734] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:41.252 UTC [735] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:41.252 UTC [735] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:47.348 UTC [736] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:47.348 UTC [736] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:53.237 UTC [738] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:53.237 UTC [738] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:30:59.071 UTC [739] ERROR: relation "dcim_cable" already exists 2022-04-28 17:30:59.071 UTC [739] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:31:04.804 UTC [740] ERROR: relation "dcim_cable" already exists 2022-04-28 17:31:04.804 UTC [740] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:31:10.583 UTC [741] ERROR: relation "dcim_cable" already exists 2022-04-28 17:31:10.583 UTC [741] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:31:16.377 UTC [742] ERROR: relation "dcim_cable" already exists 2022-04-28 17:31:16.377 UTC [742] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2022-04-28 17:31:22.221 UTC [744] ERROR: relation "dcim_cable" already exists 2022-04-28 17:31:22.221 UTC [744] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)