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-05-10 10:45:07.826 UTC [25] WARNING: no usable system locales were found performing post-bootstrap initialization ... ok syncing data to disk ... ok WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. 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-05-10 10:45:17.030 UTC [29] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2021-05-10 10:45:17.316 UTC [30] LOG: database system was shut down at 2021-05-10 10:45:08 UTC 2021-05-10 10:45:17.320 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-05-10 10:45:20.762 UTC [29] LOG: received fast shutdown request 2021-05-10 10:45:20.815 UTC [29] LOG: aborting any active transactions 2021-05-10 10:45:20.816 UTC [29] LOG: worker process: logical replication launcher (PID 36) exited with exit code 1 2021-05-10 10:45:20.816 UTC [31] LOG: shutting down .2021-05-10 10:45:21.871 UTC [29] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. 2021-05-10 10:45:22.022 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2021-05-10 10:45:22.022 UTC [1] LOG: listening on IPv6 address "::", port 5432 2021-05-10 10:45:22.064 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2021-05-10 10:45:22.180 UTC [42] LOG: database system was shut down at 2021-05-10 10:45:21 UTC 2021-05-10 10:45:22.230 UTC [1] LOG: database system is ready to accept connections 2021-05-10 10:47:03.918 UTC [49] LOG: unexpected EOF on client connection with an open transaction 2021-05-10 10:48:09.730 UTC [51] LOG: could not receive data from client: Connection reset by peer 2021-05-10 10:48:16.455 UTC [54] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:16.455 UTC [54] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:48:22.558 UTC [55] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:22.558 UTC [55] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:48:28.644 UTC [57] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:28.644 UTC [57] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:48:34.926 UTC [58] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:34.926 UTC [58] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:48:41.250 UTC [59] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:41.250 UTC [59] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:48:47.274 UTC [60] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:47.274 UTC [60] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:48:53.305 UTC [61] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:53.305 UTC [61] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:48:59.239 UTC [63] ERROR: relation "dcim_cable" already exists 2021-05-10 10:48:59.239 UTC [63] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:49:05.112 UTC [64] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:05.112 UTC [64] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:49:11.076 UTC [65] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:11.076 UTC [65] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:49:17.139 UTC [66] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:17.139 UTC [66] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:49:25.084 UTC [68] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:25.084 UTC [68] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:49:31.291 UTC [69] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:31.291 UTC [69] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:49:37.387 UTC [70] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:37.387 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-05-10 10:49:43.517 UTC [71] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:43.517 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-05-10 10:49:49.340 UTC [72] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:49.340 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-05-10 10:49:55.175 UTC [74] ERROR: relation "dcim_cable" already exists 2021-05-10 10:49:55.175 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-05-10 10:50:01.037 UTC [75] ERROR: relation "dcim_cable" already exists 2021-05-10 10:50:01.037 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-05-10 10:50:06.960 UTC [76] ERROR: relation "dcim_cable" already exists 2021-05-10 10:50:06.960 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-05-10 10:50:12.942 UTC [77] ERROR: relation "dcim_cable" already exists 2021-05-10 10:50:12.942 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-05-10 10:50:18.873 UTC [78] ERROR: relation "dcim_cable" already exists 2021-05-10 10:50:18.873 UTC [78] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:50:24.849 UTC [80] ERROR: relation "dcim_cable" already exists 2021-05-10 10:50:24.849 UTC [80] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:50:49.860 UTC [81] ERROR: relation "dcim_cable" already exists 2021-05-10 10:50:49.860 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-05-10 10:50:56.035 UTC [83] ERROR: relation "dcim_cable" already exists 2021-05-10 10:50:56.035 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-05-10 10:51:02.336 UTC [84] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:02.336 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-05-10 10:51:08.810 UTC [85] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:08.810 UTC [85] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:51:14.908 UTC [86] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:14.908 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-05-10 10:51:21.402 UTC [87] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:21.402 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-05-10 10:51:28.137 UTC [89] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:28.137 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-05-10 10:51:34.555 UTC [90] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:34.555 UTC [90] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:51:41.165 UTC [91] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:41.165 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-05-10 10:51:47.576 UTC [92] ERROR: relation "dcim_cable" already exists 2021-05-10 10:51:47.576 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-05-10 10:52:50.437 UTC [95] ERROR: relation "dcim_cable" already exists 2021-05-10 10:52:50.437 UTC [95] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:52:57.176 UTC [97] ERROR: relation "dcim_cable" already exists 2021-05-10 10:52:57.176 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-05-10 10:53:03.635 UTC [98] ERROR: relation "dcim_cable" already exists 2021-05-10 10:53:03.635 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-05-10 10:53:09.752 UTC [99] ERROR: relation "dcim_cable" already exists 2021-05-10 10:53:09.752 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-05-10 10:53:16.486 UTC [100] ERROR: relation "dcim_cable" already exists 2021-05-10 10:53:16.486 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-05-10 10:53:25.347 UTC [102] ERROR: relation "dcim_cable" already exists 2021-05-10 10:53:25.347 UTC [102] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:53:32.932 UTC [103] ERROR: relation "dcim_cable" already exists 2021-05-10 10:53:32.932 UTC [103] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:53:39.531 UTC [104] ERROR: relation "dcim_cable" already exists 2021-05-10 10:53:39.531 UTC [104] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:53:46.679 UTC [105] ERROR: relation "dcim_cable" already exists 2021-05-10 10:53:46.679 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-05-10 10:54:40.128 UTC [108] ERROR: relation "dcim_cable" already exists 2021-05-10 10:54:40.128 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-05-10 10:54:50.454 UTC [109] ERROR: relation "dcim_cable" already exists 2021-05-10 10:54:50.454 UTC [109] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 10:54:58.561 UTC [111] ERROR: relation "dcim_cable" already exists 2021-05-10 10:54:58.561 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-05-10 10:55:08.219 UTC [112] ERROR: relation "dcim_cable" already exists 2021-05-10 10:55:08.219 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-05-10 10:55:18.381 UTC [113] ERROR: relation "dcim_cable" already exists 2021-05-10 10:55:18.381 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-05-10 10:55:31.738 UTC [115] ERROR: relation "dcim_cable" already exists 2021-05-10 10:55:31.738 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-05-10 11:02:00.658 UTC [129] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:00.658 UTC [129] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:02:08.329 UTC [130] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:08.329 UTC [130] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:02:14.964 UTC [131] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:14.964 UTC [131] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:02:21.491 UTC [132] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:21.491 UTC [132] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:02:27.883 UTC [134] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:27.883 UTC [134] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:02:35.806 UTC [135] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:35.806 UTC [135] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:02:43.590 UTC [136] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:43.590 UTC [136] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:02:56.080 UTC [138] ERROR: relation "dcim_cable" already exists 2021-05-10 11:02:56.080 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-05-10 11:04:28.712 UTC [142] ERROR: relation "dcim_cable" already exists 2021-05-10 11:04:28.712 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-05-10 11:04:35.533 UTC [143] ERROR: relation "dcim_cable" already exists 2021-05-10 11:04:35.533 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-05-10 11:04:45.229 UTC [144] ERROR: relation "dcim_cable" already exists 2021-05-10 11:04:45.229 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-05-10 11:04:52.625 UTC [145] ERROR: relation "dcim_cable" already exists 2021-05-10 11:04:52.625 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-05-10 11:04:59.655 UTC [147] ERROR: relation "dcim_cable" already exists 2021-05-10 11:04:59.655 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-05-10 11:05:06.486 UTC [148] ERROR: relation "dcim_cable" already exists 2021-05-10 11:05:06.486 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-05-10 11:05:13.083 UTC [149] ERROR: relation "dcim_cable" already exists 2021-05-10 11:05:13.083 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-05-10 11:05:19.727 UTC [150] ERROR: relation "dcim_cable" already exists 2021-05-10 11:05:19.727 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-05-10 11:05:25.919 UTC [152] ERROR: relation "dcim_cable" already exists 2021-05-10 11:05:25.919 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-05-10 11:10:50.214 UTC [163] ERROR: relation "dcim_cable" already exists 2021-05-10 11:10:50.214 UTC [163] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:10:57.050 UTC [165] ERROR: relation "dcim_cable" already exists 2021-05-10 11:10:57.050 UTC [165] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:11:03.032 UTC [166] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:03.032 UTC [166] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:11:09.145 UTC [167] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:09.145 UTC [167] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:11:15.175 UTC [168] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:15.175 UTC [168] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:11:21.190 UTC [169] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:21.190 UTC [169] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:11:27.244 UTC [171] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:27.244 UTC [171] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:11:33.489 UTC [172] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:33.489 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-05-10 11:11:47.004 UTC [174] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:47.004 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-05-10 11:11:53.163 UTC [175] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:53.163 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-05-10 11:11:59.325 UTC [177] ERROR: relation "dcim_cable" already exists 2021-05-10 11:11:59.325 UTC [177] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:12:05.576 UTC [178] ERROR: relation "dcim_cable" already exists 2021-05-10 11:12:05.576 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-05-10 11:12:12.055 UTC [179] ERROR: relation "dcim_cable" already exists 2021-05-10 11:12:12.055 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-05-10 11:12:18.472 UTC [180] ERROR: relation "dcim_cable" already exists 2021-05-10 11:12:18.472 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-05-10 11:12:24.968 UTC [182] ERROR: relation "dcim_cable" already exists 2021-05-10 11:12:24.968 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-05-10 11:12:31.233 UTC [183] ERROR: relation "dcim_cable" already exists 2021-05-10 11:12:31.233 UTC [183] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:12:37.208 UTC [184] ERROR: relation "dcim_cable" already exists 2021-05-10 11:12:37.208 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-05-10 11:12:43.489 UTC [185] ERROR: relation "dcim_cable" already exists 2021-05-10 11:12:43.489 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-05-10 11:17:58.407 UTC [198] ERROR: relation "dcim_cable" already exists 2021-05-10 11:17:58.407 UTC [198] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:04.993 UTC [199] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:04.993 UTC [199] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:11.544 UTC [200] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:11.544 UTC [200] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:17.739 UTC [201] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:17.739 UTC [201] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:24.032 UTC [202] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:24.032 UTC [202] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:30.555 UTC [204] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:30.555 UTC [204] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:36.620 UTC [205] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:36.620 UTC [205] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:42.727 UTC [206] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:42.727 UTC [206] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:18:49.143 UTC [207] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:49.143 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-05-10 11:18:55.192 UTC [209] ERROR: relation "dcim_cable" already exists 2021-05-10 11:18:55.192 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-05-10 11:19:05.126 UTC [210] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:05.126 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-05-10 11:19:11.413 UTC [211] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:11.413 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-05-10 11:19:17.747 UTC [212] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:17.747 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-05-10 11:19:24.162 UTC [213] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:24.162 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-05-10 11:19:30.729 UTC [215] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:30.729 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-05-10 11:19:36.794 UTC [216] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:36.794 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-05-10 11:19:43.111 UTC [217] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:43.111 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-05-10 11:19:49.582 UTC [218] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:49.582 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-05-10 11:19:55.931 UTC [220] ERROR: relation "dcim_cable" already exists 2021-05-10 11:19:55.931 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-05-10 11:20:02.230 UTC [221] ERROR: relation "dcim_cable" already exists 2021-05-10 11:20:02.230 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-05-10 11:20:08.748 UTC [222] ERROR: relation "dcim_cable" already exists 2021-05-10 11:20:08.748 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-05-10 11:25:21.915 UTC [233] ERROR: relation "dcim_cable" already exists 2021-05-10 11:25:21.915 UTC [233] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:25:27.865 UTC [235] ERROR: relation "dcim_cable" already exists 2021-05-10 11:25:27.865 UTC [235] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:25:34.004 UTC [236] ERROR: relation "dcim_cable" already exists 2021-05-10 11:25:34.004 UTC [236] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:25:40.180 UTC [237] ERROR: relation "dcim_cable" already exists 2021-05-10 11:25:40.180 UTC [237] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:25:46.277 UTC [238] ERROR: relation "dcim_cable" already exists 2021-05-10 11:25:46.277 UTC [238] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:25:52.333 UTC [239] ERROR: relation "dcim_cable" already exists 2021-05-10 11:25:52.333 UTC [239] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:25:58.440 UTC [241] ERROR: relation "dcim_cable" already exists 2021-05-10 11:25:58.440 UTC [241] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:26:04.510 UTC [242] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:04.510 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-05-10 11:26:10.792 UTC [243] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:10.792 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-05-10 11:26:16.852 UTC [244] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:16.852 UTC [244] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:26:25.151 UTC [246] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:25.151 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-05-10 11:26:31.275 UTC [247] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:31.275 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-05-10 11:26:37.443 UTC [248] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:37.443 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-05-10 11:26:43.459 UTC [249] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:43.459 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-05-10 11:26:49.559 UTC [250] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:49.559 UTC [250] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:26:55.538 UTC [252] ERROR: relation "dcim_cable" already exists 2021-05-10 11:26:55.538 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-05-10 11:27:01.837 UTC [253] ERROR: relation "dcim_cable" already exists 2021-05-10 11:27:01.837 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-05-10 11:27:07.907 UTC [254] ERROR: relation "dcim_cable" already exists 2021-05-10 11:27:07.907 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-05-10 11:27:13.927 UTC [255] ERROR: relation "dcim_cable" already exists 2021-05-10 11:27:13.927 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-05-10 11:27:19.959 UTC [256] ERROR: relation "dcim_cable" already exists 2021-05-10 11:27:19.959 UTC [256] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:27:25.978 UTC [258] ERROR: relation "dcim_cable" already exists 2021-05-10 11:27:25.978 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-05-10 11:32:42.761 UTC [269] ERROR: relation "dcim_cable" already exists 2021-05-10 11:32:42.761 UTC [269] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:32:49.098 UTC [270] ERROR: relation "dcim_cable" already exists 2021-05-10 11:32:49.098 UTC [270] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:32:55.148 UTC [272] ERROR: relation "dcim_cable" already exists 2021-05-10 11:32:55.148 UTC [272] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:33:01.315 UTC [273] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:01.315 UTC [273] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:33:07.579 UTC [274] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:07.579 UTC [274] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:33:13.812 UTC [275] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:13.812 UTC [275] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:33:19.740 UTC [276] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:19.740 UTC [276] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:33:25.938 UTC [278] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:25.938 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-05-10 11:33:32.168 UTC [279] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:32.168 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-05-10 11:33:38.417 UTC [280] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:38.417 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-05-10 11:33:45.582 UTC [281] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:45.582 UTC [281] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:33:51.681 UTC [282] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:51.681 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-05-10 11:33:57.632 UTC [284] ERROR: relation "dcim_cable" already exists 2021-05-10 11:33:57.632 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-05-10 11:34:03.962 UTC [285] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:03.962 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-05-10 11:34:10.600 UTC [286] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:10.600 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-05-10 11:34:16.657 UTC [287] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:16.657 UTC [287] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:34:22.775 UTC [288] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:22.775 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-05-10 11:34:28.790 UTC [290] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:28.790 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-05-10 11:34:34.914 UTC [291] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:34.914 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-05-10 11:34:41.065 UTC [292] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:41.065 UTC [292] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:34:47.622 UTC [293] ERROR: relation "dcim_cable" already exists 2021-05-10 11:34:47.622 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-05-10 11:39:56.741 UTC [305] ERROR: relation "dcim_cable" already exists 2021-05-10 11:39:56.741 UTC [305] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:40:02.695 UTC [306] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:02.695 UTC [306] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:40:08.723 UTC [307] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:08.723 UTC [307] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:40:14.755 UTC [308] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:14.755 UTC [308] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:40:21.052 UTC [309] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:21.052 UTC [309] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:40:27.241 UTC [311] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:27.241 UTC [311] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:40:33.343 UTC [312] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:33.343 UTC [312] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:40:39.770 UTC [313] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:39.770 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-05-10 11:40:45.816 UTC [314] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:45.816 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-05-10 11:40:51.922 UTC [315] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:51.922 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-05-10 11:40:58.048 UTC [317] ERROR: relation "dcim_cable" already exists 2021-05-10 11:40:58.048 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-05-10 11:41:05.112 UTC [318] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:05.112 UTC [318] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:41:11.153 UTC [319] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:11.153 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-05-10 11:41:17.073 UTC [320] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:17.073 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-05-10 11:41:23.256 UTC [321] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:23.256 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-05-10 11:41:29.442 UTC [323] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:29.442 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-05-10 11:41:35.467 UTC [324] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:35.467 UTC [324] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:41:41.359 UTC [325] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:41.359 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-05-10 11:41:47.321 UTC [326] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:47.321 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-05-10 11:41:53.271 UTC [327] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:53.271 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-05-10 11:41:59.374 UTC [329] ERROR: relation "dcim_cable" already exists 2021-05-10 11:41:59.374 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-05-10 11:42:05.319 UTC [330] ERROR: relation "dcim_cable" already exists 2021-05-10 11:42:05.319 UTC [330] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:47:23.551 UTC [341] ERROR: relation "dcim_cable" already exists 2021-05-10 11:47:23.551 UTC [341] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:47:29.785 UTC [343] ERROR: relation "dcim_cable" already exists 2021-05-10 11:47:29.785 UTC [343] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:47:35.898 UTC [344] ERROR: relation "dcim_cable" already exists 2021-05-10 11:47:35.898 UTC [344] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:47:41.960 UTC [345] ERROR: relation "dcim_cable" already exists 2021-05-10 11:47:41.960 UTC [345] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:47:47.852 UTC [346] ERROR: relation "dcim_cable" already exists 2021-05-10 11:47:47.852 UTC [346] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:47:53.753 UTC [347] ERROR: relation "dcim_cable" already exists 2021-05-10 11:47:53.753 UTC [347] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:47:59.814 UTC [349] ERROR: relation "dcim_cable" already exists 2021-05-10 11:47:59.814 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-05-10 11:48:05.690 UTC [350] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:05.690 UTC [350] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:48:11.750 UTC [351] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:11.750 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-05-10 11:48:17.873 UTC [352] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:17.873 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-05-10 11:48:23.806 UTC [353] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:23.806 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-05-10 11:48:35.096 UTC [355] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:35.096 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-05-10 11:48:41.196 UTC [356] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:41.196 UTC [356] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:48:47.349 UTC [357] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:47.349 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-05-10 11:48:53.408 UTC [358] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:53.408 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-05-10 11:48:59.454 UTC [360] ERROR: relation "dcim_cable" already exists 2021-05-10 11:48:59.454 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-05-10 11:49:05.504 UTC [361] ERROR: relation "dcim_cable" already exists 2021-05-10 11:49:05.504 UTC [361] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:49:11.541 UTC [362] ERROR: relation "dcim_cable" already exists 2021-05-10 11:49:11.541 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-05-10 11:49:17.398 UTC [363] ERROR: relation "dcim_cable" already exists 2021-05-10 11:49:17.398 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-05-10 11:49:23.283 UTC [364] ERROR: relation "dcim_cable" already exists 2021-05-10 11:49:23.283 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-05-10 11:49:29.471 UTC [366] ERROR: relation "dcim_cable" already exists 2021-05-10 11:49:29.471 UTC [366] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:49:35.357 UTC [367] ERROR: relation "dcim_cable" already exists 2021-05-10 11:49:35.357 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-05-10 11:54:53.813 UTC [378] ERROR: relation "dcim_cable" already exists 2021-05-10 11:54:53.813 UTC [378] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:54:59.907 UTC [380] ERROR: relation "dcim_cable" already exists 2021-05-10 11:54:59.907 UTC [380] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:55:06.108 UTC [381] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:06.108 UTC [381] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:55:12.746 UTC [382] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:12.746 UTC [382] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:55:18.941 UTC [383] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:18.941 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-05-10 11:55:24.977 UTC [384] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:24.977 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-05-10 11:55:31.217 UTC [386] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:31.217 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-05-10 11:55:37.261 UTC [387] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:37.261 UTC [387] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:55:43.291 UTC [388] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:43.291 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-05-10 11:55:49.373 UTC [389] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:49.373 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-05-10 11:55:55.437 UTC [391] ERROR: relation "dcim_cable" already exists 2021-05-10 11:55:55.437 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-05-10 11:56:05.148 UTC [392] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:05.148 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-05-10 11:56:11.209 UTC [393] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:11.209 UTC [393] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:56:17.183 UTC [394] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:17.183 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-05-10 11:56:23.099 UTC [395] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:23.099 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-05-10 11:56:29.306 UTC [397] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:29.306 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-05-10 11:56:35.356 UTC [398] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:35.356 UTC [398] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 11:56:41.470 UTC [399] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:41.470 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-05-10 11:56:47.451 UTC [400] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:47.451 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-05-10 11:56:53.477 UTC [401] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:53.477 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-05-10 11:56:59.530 UTC [403] ERROR: relation "dcim_cable" already exists 2021-05-10 11:56:59.530 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-05-10 11:57:05.572 UTC [404] ERROR: relation "dcim_cable" already exists 2021-05-10 11:57:05.572 UTC [404] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:02:21.981 UTC [415] ERROR: relation "dcim_cable" already exists 2021-05-10 12:02:21.981 UTC [415] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:02:28.266 UTC [417] ERROR: relation "dcim_cable" already exists 2021-05-10 12:02:28.266 UTC [417] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:02:34.455 UTC [418] ERROR: relation "dcim_cable" already exists 2021-05-10 12:02:34.455 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-05-10 12:02:40.578 UTC [419] ERROR: relation "dcim_cable" already exists 2021-05-10 12:02:40.578 UTC [419] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:02:46.628 UTC [420] ERROR: relation "dcim_cable" already exists 2021-05-10 12:02:46.628 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-05-10 12:02:52.641 UTC [421] ERROR: relation "dcim_cable" already exists 2021-05-10 12:02:52.641 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-05-10 12:02:58.705 UTC [423] ERROR: relation "dcim_cable" already exists 2021-05-10 12:02:58.705 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-05-10 12:03:04.867 UTC [424] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:04.867 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-05-10 12:03:11.035 UTC [425] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:11.035 UTC [425] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:03:17.142 UTC [426] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:17.142 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-05-10 12:03:24.700 UTC [427] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:24.700 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-05-10 12:03:30.974 UTC [429] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:30.974 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-05-10 12:03:36.946 UTC [430] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:36.946 UTC [430] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:03:42.966 UTC [431] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:42.966 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-05-10 12:03:49.159 UTC [432] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:49.159 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-05-10 12:03:55.152 UTC [433] ERROR: relation "dcim_cable" already exists 2021-05-10 12:03:55.152 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-05-10 12:04:01.305 UTC [435] ERROR: relation "dcim_cable" already exists 2021-05-10 12:04:01.305 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-05-10 12:04:07.433 UTC [436] ERROR: relation "dcim_cable" already exists 2021-05-10 12:04:07.433 UTC [436] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:04:13.428 UTC [437] ERROR: relation "dcim_cable" already exists 2021-05-10 12:04:13.428 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-05-10 12:04:19.547 UTC [438] ERROR: relation "dcim_cable" already exists 2021-05-10 12:04:19.547 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-05-10 12:04:25.524 UTC [440] ERROR: relation "dcim_cable" already exists 2021-05-10 12:04:25.524 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-05-10 12:09:39.295 UTC [451] ERROR: relation "dcim_cable" already exists 2021-05-10 12:09:39.295 UTC [451] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:09:45.249 UTC [452] ERROR: relation "dcim_cable" already exists 2021-05-10 12:09:45.249 UTC [452] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:09:51.396 UTC [453] ERROR: relation "dcim_cable" already exists 2021-05-10 12:09:51.396 UTC [453] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:09:57.251 UTC [455] ERROR: relation "dcim_cable" already exists 2021-05-10 12:09:57.251 UTC [455] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:10:03.258 UTC [456] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:03.258 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-05-10 12:10:09.233 UTC [457] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:09.233 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-05-10 12:10:15.503 UTC [458] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:15.503 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-05-10 12:10:21.546 UTC [459] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:21.546 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-05-10 12:10:27.557 UTC [461] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:27.557 UTC [461] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:10:33.683 UTC [462] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:33.683 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-05-10 12:10:45.004 UTC [464] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:45.004 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-05-10 12:10:51.022 UTC [465] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:51.022 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-05-10 12:10:56.934 UTC [467] ERROR: relation "dcim_cable" already exists 2021-05-10 12:10:56.934 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-05-10 12:11:02.957 UTC [468] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:02.957 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-05-10 12:11:09.195 UTC [469] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:09.195 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-05-10 12:11:15.116 UTC [470] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:15.116 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-05-10 12:11:21.206 UTC [471] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:21.206 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-05-10 12:11:27.246 UTC [473] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:27.246 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-05-10 12:11:33.398 UTC [474] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:33.398 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-05-10 12:11:39.546 UTC [475] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:39.546 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-05-10 12:11:45.572 UTC [476] ERROR: relation "dcim_cable" already exists 2021-05-10 12:11:45.572 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-05-10 12:16:57.178 UTC [488] ERROR: relation "dcim_cable" already exists 2021-05-10 12:16:57.178 UTC [488] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:17:03.087 UTC [489] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:03.087 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-05-10 12:17:09.303 UTC [490] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:09.303 UTC [490] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:17:15.282 UTC [491] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:15.282 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-05-10 12:17:21.320 UTC [492] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:21.320 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-05-10 12:17:27.271 UTC [494] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:27.271 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-05-10 12:17:33.270 UTC [495] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:33.270 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-05-10 12:17:39.511 UTC [496] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:39.511 UTC [496] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:17:45.510 UTC [497] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:45.510 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-05-10 12:17:51.596 UTC [498] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:51.596 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-05-10 12:17:57.541 UTC [500] ERROR: relation "dcim_cable" already exists 2021-05-10 12:17:57.541 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-05-10 12:18:04.942 UTC [501] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:04.942 UTC [501] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:18:10.978 UTC [502] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:10.978 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-05-10 12:18:17.193 UTC [503] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:17.193 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-05-10 12:18:23.159 UTC [504] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:23.159 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-05-10 12:18:29.331 UTC [506] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:29.331 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-05-10 12:18:35.358 UTC [507] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:35.358 UTC [507] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:18:41.329 UTC [508] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:41.329 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-05-10 12:18:47.423 UTC [509] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:47.423 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-05-10 12:18:53.642 UTC [510] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:53.642 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-05-10 12:18:59.634 UTC [512] ERROR: relation "dcim_cable" already exists 2021-05-10 12:18:59.634 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-05-10 12:19:05.600 UTC [513] ERROR: relation "dcim_cable" already exists 2021-05-10 12:19:05.600 UTC [513] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:24:28.547 UTC [525] ERROR: relation "dcim_cable" already exists 2021-05-10 12:24:28.547 UTC [525] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:24:34.496 UTC [526] ERROR: relation "dcim_cable" already exists 2021-05-10 12:24:34.496 UTC [526] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:24:40.611 UTC [527] ERROR: relation "dcim_cable" already exists 2021-05-10 12:24:40.611 UTC [527] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:24:46.657 UTC [528] ERROR: relation "dcim_cable" already exists 2021-05-10 12:24:46.657 UTC [528] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:24:52.758 UTC [529] ERROR: relation "dcim_cable" already exists 2021-05-10 12:24:52.758 UTC [529] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:24:58.840 UTC [531] ERROR: relation "dcim_cable" already exists 2021-05-10 12:24:58.840 UTC [531] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:05.024 UTC [532] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:05.024 UTC [532] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:10.948 UTC [533] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:10.948 UTC [533] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:16.977 UTC [534] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:16.977 UTC [534] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:23.110 UTC [535] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:23.110 UTC [535] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:29.452 UTC [537] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:29.452 UTC [537] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:34.606 UTC [538] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:34.606 UTC [538] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:40.814 UTC [539] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:40.814 UTC [539] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:46.826 UTC [540] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:46.826 UTC [540] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:53.053 UTC [541] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:53.053 UTC [541] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:25:59.261 UTC [543] ERROR: relation "dcim_cable" already exists 2021-05-10 12:25:59.261 UTC [543] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:26:05.225 UTC [544] ERROR: relation "dcim_cable" already exists 2021-05-10 12:26:05.225 UTC [544] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:26:11.274 UTC [545] ERROR: relation "dcim_cable" already exists 2021-05-10 12:26:11.274 UTC [545] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:26:17.458 UTC [546] ERROR: relation "dcim_cable" already exists 2021-05-10 12:26:17.458 UTC [546] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:26:23.447 UTC [547] ERROR: relation "dcim_cable" already exists 2021-05-10 12:26:23.447 UTC [547] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:26:29.691 UTC [549] ERROR: relation "dcim_cable" already exists 2021-05-10 12:26:29.691 UTC [549] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL) 2021-05-10 12:26:35.771 UTC [550] ERROR: relation "dcim_cable" already exists 2021-05-10 12:26:35.771 UTC [550] STATEMENT: CREATE TABLE "dcim_cable" ("id" serial NOT NULL PRIMARY KEY, "created" date NULL, "last_updated" timestamp with time zone NULL, "termination_a_id" integer NOT NULL CHECK ("termination_a_id" >= 0), "termination_b_id" integer NOT NULL CHECK ("termination_b_id" >= 0), "type" smallint NULL CHECK ("type" >= 0), "status" boolean NOT NULL, "label" varchar(100) NOT NULL, "color" varchar(6) NOT NULL, "length" smallint NULL CHECK ("length" >= 0), "length_unit" smallint NULL CHECK ("length_unit" >= 0), "_abs_length" numeric(10, 4) NULL, "termination_a_type_id" integer NOT NULL, "termination_b_type_id" integer NOT NULL)