Results

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
2021-07-23 22:44:38.958 UTC [25] 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
syncing data to disk ... ok
--auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

    pg_ctl -D /var/lib/postgresql/data -l logfile start

waiting for server to start....2021-07-23 22:44:43.443 UTC [29] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-07-23 22:44:43.867 UTC [30] LOG:  database system was shut down at 2021-07-23 22:44:39 UTC
2021-07-23 22:44:44.055 UTC [29] 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....2021-07-23 22:44:48.922 UTC [29] LOG:  received fast shutdown request
2021-07-23 22:44:48.949 UTC [29] LOG:  aborting any active transactions
2021-07-23 22:44:48.950 UTC [29] LOG:  worker process: logical replication launcher (PID 36) exited with exit code 1
2021-07-23 22:44:48.950 UTC [31] LOG:  shutting down
2021-07-23 22:44:49.261 UTC [29] LOG:  database system is shut down
 done
server stopped

PostgreSQL init process complete; ready for start up.

2021-07-23 22:44:49.707 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2021-07-23 22:44:49.708 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2021-07-23 22:44:49.940 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-07-23 22:44:50.099 UTC [42] LOG:  database system was shut down at 2021-07-23 22:44:49 UTC
2021-07-23 22:44:50.416 UTC [1] LOG:  database system is ready to accept connections
2021-07-23 22:48:45.828 UTC [51] LOG:  unexpected EOF on client connection with an open transaction
2021-07-23 22:55:58.060 UTC [70] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:55:58.060 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)
2021-07-23 22:56:06.186 UTC [71] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:56:06.186 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)
2021-07-23 22:56:16.135 UTC [72] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:56:16.135 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)
2021-07-23 22:56:23.124 UTC [74] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:56:23.124 UTC [74] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 22:56:30.435 UTC [75] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:56:30.435 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)
2021-07-23 22:56:38.325 UTC [76] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:56:38.325 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)
2021-07-23 22:56:48.021 UTC [77] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:56:48.021 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)
2021-07-23 22:57:13.649 UTC [79] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:57:13.649 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)
2021-07-23 22:57:23.166 UTC [81] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:57:23.166 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)
2021-07-23 22:57:33.418 UTC [82] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:57:33.418 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)
2021-07-23 22:57:42.093 UTC [83] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:57:42.093 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)
2021-07-23 22:57:49.308 UTC [84] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:57:49.308 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)
2021-07-23 22:57:56.564 UTC [86] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:57:56.564 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)
2021-07-23 22:58:03.901 UTC [87] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:03.901 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)
2021-07-23 22:58:10.810 UTC [88] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:10.810 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)
2021-07-23 22:58:18.944 UTC [89] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:18.944 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)
2021-07-23 22:58:25.922 UTC [91] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:25.922 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)
2021-07-23 22:58:32.407 UTC [92] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:32.407 UTC [92] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 22:58:38.876 UTC [93] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:38.876 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)
2021-07-23 22:58:45.529 UTC [94] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:45.529 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)
2021-07-23 22:58:53.762 UTC [96] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:58:53.762 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)
2021-07-23 22:59:00.091 UTC [97] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:59:00.091 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)
2021-07-23 22:59:06.242 UTC [98] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:59:06.242 UTC [98] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 22:59:12.713 UTC [99] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:59:12.713 UTC [99] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 22:59:18.889 UTC [100] ERROR:  relation "dcim_cable" already exists
2021-07-23 22:59:18.889 UTC [100] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:00:58.128 UTC [105] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:00:58.128 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)
2021-07-23 23:01:04.877 UTC [106] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:04.877 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)
2021-07-23 23:01:11.227 UTC [107] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:11.227 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)
2021-07-23 23:01:18.845 UTC [108] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:18.845 UTC [108] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:01:25.655 UTC [110] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:25.655 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)
2021-07-23 23:01:32.250 UTC [111] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:32.250 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)
2021-07-23 23:01:38.903 UTC [112] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:38.903 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)
2021-07-23 23:01:46.635 UTC [113] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:46.635 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)
2021-07-23 23:01:54.226 UTC [115] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:01:54.226 UTC [115] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:02:08.319 UTC [116] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:02:08.319 UTC [116] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:02:15.336 UTC [117] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:02:15.336 UTC [117] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:02:23.841 UTC [119] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:02:23.841 UTC [119] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:02:31.803 UTC [120] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:02:31.803 UTC [120] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:02:39.692 UTC [121] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:02:39.692 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)
2021-07-23 23:02:47.449 UTC [122] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:02:47.449 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)
2021-07-23 23:02:58.542 UTC [124] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:02:58.542 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)
2021-07-23 23:03:06.441 UTC [125] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:03:06.441 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)
2021-07-23 23:09:05.881 UTC [138] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:05.881 UTC [138] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:09:12.505 UTC [139] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:12.505 UTC [139] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:09:19.366 UTC [140] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:19.366 UTC [140] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:09:26.403 UTC [142] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:26.403 UTC [142] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:09:33.536 UTC [143] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:33.536 UTC [143] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:09:40.276 UTC [144] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:40.276 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)
2021-07-23 23:09:47.943 UTC [145] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:47.943 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)
2021-07-23 23:09:54.646 UTC [147] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:09:54.646 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)
2021-07-23 23:10:01.362 UTC [148] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:01.362 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)
2021-07-23 23:10:08.934 UTC [149] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:08.934 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)
2021-07-23 23:10:18.704 UTC [150] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:18.704 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)
2021-07-23 23:10:25.260 UTC [152] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:25.260 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)
2021-07-23 23:10:32.166 UTC [153] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:32.166 UTC [153] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:10:38.676 UTC [154] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:38.676 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)
2021-07-23 23:10:45.108 UTC [155] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:45.108 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)
2021-07-23 23:10:51.345 UTC [156] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:51.345 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)
2021-07-23 23:10:57.733 UTC [158] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:10:57.733 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)
2021-07-23 23:11:04.146 UTC [159] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:11:04.146 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)
2021-07-23 23:11:10.477 UTC [160] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:11:10.477 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)
2021-07-23 23:16:24.549 UTC [172] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:16:24.549 UTC [172] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:16:30.714 UTC [173] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:16:30.714 UTC [173] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:16:36.754 UTC [174] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:16:36.754 UTC [174] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:16:42.917 UTC [175] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:16:42.917 UTC [175] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:16:49.209 UTC [176] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:16:49.209 UTC [176] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:16:55.518 UTC [178] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:16:55.518 UTC [178] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:17:01.797 UTC [179] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:01.797 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)
2021-07-23 23:17:08.104 UTC [180] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:08.104 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)
2021-07-23 23:17:14.274 UTC [181] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:14.274 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)
2021-07-23 23:17:20.481 UTC [182] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:20.481 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)
2021-07-23 23:17:26.780 UTC [184] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:26.780 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)
2021-07-23 23:17:33.042 UTC [185] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:33.042 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)
2021-07-23 23:17:39.284 UTC [186] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:39.284 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)
2021-07-23 23:17:45.590 UTC [187] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:45.590 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)
2021-07-23 23:17:51.794 UTC [188] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:51.794 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)
2021-07-23 23:17:57.978 UTC [190] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:17:57.978 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)
2021-07-23 23:18:04.172 UTC [191] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:18:04.172 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)
2021-07-23 23:18:10.468 UTC [192] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:18:10.468 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)
2021-07-23 23:18:16.590 UTC [193] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:18:16.590 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)
2021-07-23 23:18:22.797 UTC [194] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:18:22.797 UTC [194] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:18:29.036 UTC [196] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:18:29.036 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)
2021-07-23 23:23:46.958 UTC [207] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:23:46.958 UTC [207] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:23:53.358 UTC [209] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:23:53.358 UTC [209] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:23:59.672 UTC [210] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:23:59.672 UTC [210] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:24:05.657 UTC [211] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:05.657 UTC [211] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:24:11.945 UTC [212] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:11.945 UTC [212] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:24:18.224 UTC [213] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:18.224 UTC [213] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:24:24.384 UTC [215] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:24.384 UTC [215] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:24:30.675 UTC [216] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:30.675 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)
2021-07-23 23:24:36.814 UTC [217] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:36.814 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)
2021-07-23 23:24:47.112 UTC [218] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:47.112 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)
2021-07-23 23:24:53.427 UTC [220] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:53.427 UTC [220] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:24:59.633 UTC [221] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:24:59.633 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)
2021-07-23 23:25:05.737 UTC [222] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:05.737 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)
2021-07-23 23:25:11.942 UTC [223] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:11.942 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)
2021-07-23 23:25:18.113 UTC [224] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:18.113 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)
2021-07-23 23:25:24.417 UTC [226] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:24.417 UTC [226] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:25:30.566 UTC [227] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:30.566 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)
2021-07-23 23:25:36.784 UTC [228] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:36.784 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)
2021-07-23 23:25:43.189 UTC [229] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:43.189 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)
2021-07-23 23:25:49.554 UTC [230] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:25:49.554 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)
2021-07-23 23:31:13.919 UTC [242] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:13.919 UTC [242] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:31:20.174 UTC [243] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:20.174 UTC [243] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:31:26.410 UTC [245] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:26.410 UTC [245] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:31:32.558 UTC [246] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:32.558 UTC [246] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:31:38.729 UTC [247] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:38.729 UTC [247] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:31:44.992 UTC [248] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:44.992 UTC [248] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:31:51.432 UTC [249] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:51.432 UTC [249] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:31:57.855 UTC [251] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:31:57.855 UTC [251] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:32:04.117 UTC [252] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:04.117 UTC [252] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:32:10.374 UTC [253] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:10.374 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)
2021-07-23 23:32:17.055 UTC [254] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:17.055 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)
2021-07-23 23:32:23.412 UTC [255] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:23.412 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)
2021-07-23 23:32:29.602 UTC [257] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:29.602 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)
2021-07-23 23:32:35.771 UTC [258] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:35.771 UTC [258] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:32:42.093 UTC [259] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:42.093 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)
2021-07-23 23:32:48.322 UTC [260] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:48.322 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)
2021-07-23 23:32:54.758 UTC [262] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:32:54.758 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)
2021-07-23 23:33:01.167 UTC [263] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:33:01.167 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)
2021-07-23 23:33:07.819 UTC [264] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:33:07.819 UTC [264] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:33:13.944 UTC [265] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:33:13.944 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)
2021-07-23 23:33:20.147 UTC [266] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:33:20.147 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)
2021-07-23 23:38:35.105 UTC [278] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:38:35.105 UTC [278] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:38:43.637 UTC [279] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:38:43.637 UTC [279] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:38:49.906 UTC [280] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:38:49.906 UTC [280] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:38:56.100 UTC [282] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:38:56.100 UTC [282] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:39:02.371 UTC [283] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:02.371 UTC [283] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:39:09.062 UTC [284] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:09.062 UTC [284] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:39:15.167 UTC [285] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:15.167 UTC [285] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:39:21.394 UTC [286] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:21.394 UTC [286] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:39:27.666 UTC [288] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:27.666 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)
2021-07-23 23:39:36.991 UTC [289] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:36.991 UTC [289] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:39:43.168 UTC [290] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:43.168 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)
2021-07-23 23:39:49.316 UTC [291] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:49.316 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)
2021-07-23 23:39:55.739 UTC [293] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:39:55.739 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)
2021-07-23 23:40:02.096 UTC [294] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:40:02.096 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)
2021-07-23 23:40:08.280 UTC [295] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:40:08.280 UTC [295] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:40:14.607 UTC [296] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:40:14.607 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)
2021-07-23 23:40:20.972 UTC [297] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:40:20.972 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)
2021-07-23 23:40:27.198 UTC [299] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:40:27.198 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)
2021-07-23 23:40:33.483 UTC [300] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:40:33.483 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)
2021-07-23 23:40:39.713 UTC [301] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:40:39.713 UTC [301] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:45:53.844 UTC [313] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:45:53.844 UTC [313] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:46:01.013 UTC [314] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:01.013 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)
2021-07-23 23:46:07.342 UTC [315] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:07.342 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)
2021-07-23 23:46:13.621 UTC [316] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:13.621 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)
2021-07-23 23:46:19.894 UTC [317] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:19.894 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)
2021-07-23 23:46:25.936 UTC [319] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:25.936 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)
2021-07-23 23:46:32.208 UTC [320] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:32.208 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)
2021-07-23 23:46:38.444 UTC [321] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:38.444 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)
2021-07-23 23:46:44.504 UTC [322] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:44.504 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)
2021-07-23 23:46:50.889 UTC [323] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:50.889 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)
2021-07-23 23:46:57.271 UTC [325] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:46:57.271 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)
2021-07-23 23:47:03.579 UTC [326] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:03.579 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)
2021-07-23 23:47:09.829 UTC [327] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:09.829 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)
2021-07-23 23:47:16.118 UTC [328] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:16.118 UTC [328] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:47:22.391 UTC [329] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:22.391 UTC [329] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:47:28.619 UTC [331] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:28.619 UTC [331] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:47:34.898 UTC [332] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:34.898 UTC [332] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:47:41.096 UTC [333] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:41.096 UTC [333] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:47:47.406 UTC [334] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:47.406 UTC [334] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:47:53.564 UTC [335] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:53.564 UTC [335] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:47:59.738 UTC [337] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:47:59.738 UTC [337] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:53:15.308 UTC [348] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:15.308 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)
2021-07-23 23:53:21.710 UTC [349] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:21.710 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)
2021-07-23 23:53:28.036 UTC [351] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:28.036 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)
2021-07-23 23:53:34.228 UTC [352] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:34.228 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)
2021-07-23 23:53:40.562 UTC [353] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:40.562 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)
2021-07-23 23:53:46.829 UTC [354] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:46.829 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)
2021-07-23 23:53:53.124 UTC [355] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:53.124 UTC [355] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:53:59.450 UTC [357] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:53:59.450 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)
2021-07-23 23:54:05.555 UTC [358] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:05.555 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)
2021-07-23 23:54:16.720 UTC [359] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:16.720 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)
2021-07-23 23:54:23.034 UTC [360] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:23.034 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)
2021-07-23 23:54:29.450 UTC [362] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:29.450 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)
2021-07-23 23:54:35.718 UTC [363] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:35.718 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)
2021-07-23 23:54:41.832 UTC [364] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:41.832 UTC [364] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:54:48.148 UTC [365] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:48.148 UTC [365] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:54:54.415 UTC [367] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:54:54.415 UTC [367] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:55:00.740 UTC [368] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:55:00.740 UTC [368] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:55:07.048 UTC [369] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:55:07.048 UTC [369] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:55:13.377 UTC [370] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:55:13.377 UTC [370] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-23 23:55:19.638 UTC [371] ERROR:  relation "dcim_cable" already exists
2021-07-23 23:55:19.638 UTC [371] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:00:30.758 UTC [383] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:00:30.758 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)
2021-07-24 00:00:37.012 UTC [384] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:00:37.012 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)
2021-07-24 00:00:43.295 UTC [385] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:00:43.295 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)
2021-07-24 00:00:49.738 UTC [386] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:00:49.738 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)
2021-07-24 00:00:56.106 UTC [388] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:00:56.106 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)
2021-07-24 00:01:02.490 UTC [389] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:02.490 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)
2021-07-24 00:01:08.972 UTC [390] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:08.972 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)
2021-07-24 00:01:15.308 UTC [391] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:15.308 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)
2021-07-24 00:01:21.549 UTC [392] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:21.549 UTC [392] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:01:27.813 UTC [394] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:27.813 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)
2021-07-24 00:01:37.344 UTC [395] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:37.344 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)
2021-07-24 00:01:43.638 UTC [396] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:43.638 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)
2021-07-24 00:01:49.937 UTC [397] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:49.937 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)
2021-07-24 00:01:56.118 UTC [399] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:01:56.118 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)
2021-07-24 00:02:02.501 UTC [400] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:02:02.501 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)
2021-07-24 00:02:08.689 UTC [401] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:02:08.689 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)
2021-07-24 00:02:14.927 UTC [402] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:02:14.927 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)
2021-07-24 00:02:21.161 UTC [403] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:02:21.161 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)
2021-07-24 00:02:27.529 UTC [405] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:02:27.529 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)
2021-07-24 00:02:33.915 UTC [406] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:02:33.915 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)
2021-07-24 00:02:40.274 UTC [407] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:02:40.274 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)
2021-07-24 00:07:52.017 UTC [418] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:07:52.017 UTC [418] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:07:58.438 UTC [420] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:07:58.438 UTC [420] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:08:04.749 UTC [421] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:04.749 UTC [421] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:08:11.112 UTC [422] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:11.112 UTC [422] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:08:17.419 UTC [423] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:17.419 UTC [423] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:08:23.714 UTC [424] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:23.714 UTC [424] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:08:29.952 UTC [426] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:29.952 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)
2021-07-24 00:08:36.120 UTC [427] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:36.120 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)
2021-07-24 00:08:42.380 UTC [428] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:42.380 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)
2021-07-24 00:08:48.653 UTC [429] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:48.653 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)
2021-07-24 00:08:56.470 UTC [431] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:08:56.470 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)
2021-07-24 00:09:02.728 UTC [432] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:02.728 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)
2021-07-24 00:09:08.977 UTC [433] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:08.977 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)
2021-07-24 00:09:15.150 UTC [434] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:15.150 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)
2021-07-24 00:09:21.602 UTC [435] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:21.602 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)
2021-07-24 00:09:28.090 UTC [437] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:28.090 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)
2021-07-24 00:09:34.316 UTC [438] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:34.316 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)
2021-07-24 00:09:40.697 UTC [439] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:40.697 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)
2021-07-24 00:09:47.030 UTC [440] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:47.030 UTC [440] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:09:53.379 UTC [441] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:53.379 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)
2021-07-24 00:09:59.754 UTC [443] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:09:59.754 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)
2021-07-24 00:15:22.759 UTC [454] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:15:22.759 UTC [454] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:15:28.994 UTC [456] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:15:28.994 UTC [456] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:15:35.264 UTC [457] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:15:35.264 UTC [457] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:15:41.661 UTC [458] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:15:41.661 UTC [458] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:15:48.060 UTC [459] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:15:48.060 UTC [459] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:15:54.351 UTC [460] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:15:54.351 UTC [460] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:16:00.644 UTC [462] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:00.644 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)
2021-07-24 00:16:06.794 UTC [463] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:06.794 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)
2021-07-24 00:16:12.983 UTC [464] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:12.983 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)
2021-07-24 00:16:19.436 UTC [465] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:19.436 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)
2021-07-24 00:16:28.733 UTC [467] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:28.733 UTC [467] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:16:35.204 UTC [468] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:35.204 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)
2021-07-24 00:16:41.579 UTC [469] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:41.579 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)
2021-07-24 00:16:47.856 UTC [470] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:47.856 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)
2021-07-24 00:16:54.087 UTC [471] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:16:54.087 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)
2021-07-24 00:17:00.386 UTC [473] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:17:00.386 UTC [473] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:17:06.682 UTC [474] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:17:06.682 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)
2021-07-24 00:17:12.955 UTC [475] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:17:12.955 UTC [475] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:17:19.370 UTC [476] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:17:19.370 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)
2021-07-24 00:17:25.692 UTC [478] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:17:25.692 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)
2021-07-24 00:22:50.142 UTC [489] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:22:50.142 UTC [489] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:22:56.438 UTC [491] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:22:56.438 UTC [491] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:02.665 UTC [492] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:02.665 UTC [492] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:08.891 UTC [493] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:08.891 UTC [493] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:15.124 UTC [494] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:15.124 UTC [494] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:21.351 UTC [495] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:21.351 UTC [495] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:27.543 UTC [497] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:27.543 UTC [497] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:33.952 UTC [498] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:33.952 UTC [498] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:40.273 UTC [499] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:40.273 UTC [499] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:23:46.549 UTC [500] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:46.549 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)
2021-07-24 00:23:56.843 UTC [502] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:23:56.843 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)
2021-07-24 00:24:03.131 UTC [503] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:03.131 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)
2021-07-24 00:24:09.476 UTC [504] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:09.476 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)
2021-07-24 00:24:15.839 UTC [505] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:15.839 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)
2021-07-24 00:24:22.117 UTC [506] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:22.117 UTC [506] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:24:28.377 UTC [508] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:28.377 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)
2021-07-24 00:24:34.662 UTC [509] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:34.662 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)
2021-07-24 00:24:40.883 UTC [510] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:40.883 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)
2021-07-24 00:24:47.298 UTC [511] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:47.298 UTC [511] STATEMENT:  CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)
2021-07-24 00:24:53.508 UTC [512] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:53.508 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)
2021-07-24 00:24:59.828 UTC [514] ERROR:  relation "dcim_cable" already exists
2021-07-24 00:24:59.828 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)