Results

By type

          The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
sh: locale: not found
2021-11-17 01:28:04.976 UTC [25] WARNING:  no usable system locales were found
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

Success. You can now start the database server using:

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


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.
waiting for server to start....2021-11-17 01:28:08.377 UTC [29] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-11-17 01:28:08.431 UTC [30] LOG:  database system was shut down at 2021-11-17 01:28:05 UTC
2021-11-17 01:28:08.532 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-11-17 01:28:13.268 UTC [29] LOG:  received fast shutdown request
2021-11-17 01:28:13.273 UTC [29] LOG:  aborting any active transactions
2021-11-17 01:28:13.274 UTC [29] LOG:  worker process: logical replication launcher (PID 36) exited with exit code 1
2021-11-17 01:28:13.274 UTC [31] LOG:  shutting down
2021-11-17 01:28:13.613 UTC [29] LOG:  database system is shut down
 done
server stopped

PostgreSQL init process complete; ready for start up.

2021-11-17 01:28:13.837 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2021-11-17 01:28:13.837 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2021-11-17 01:28:13.847 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2021-11-17 01:28:13.888 UTC [42] LOG:  database system was shut down at 2021-11-17 01:28:13 UTC
2021-11-17 01:28:14.054 UTC [1] LOG:  database system is ready to accept connections
2021-11-17 01:29:16.289 UTC [49] LOG:  unexpected EOF on client connection with an open transaction
2021-11-17 01:30:32.601 UTC [51] LOG:  could not receive data from client: Connection reset by peer
2021-11-17 01:30:40.302 UTC [53] ERROR:  relation "users_token" already exists
2021-11-17 01:30:40.302 UTC [53] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:30:45.985 UTC [55] ERROR:  relation "users_token" already exists
2021-11-17 01:30:45.985 UTC [55] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:30:51.695 UTC [56] ERROR:  relation "users_token" already exists
2021-11-17 01:30:51.695 UTC [56] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:30:57.420 UTC [57] ERROR:  relation "users_token" already exists
2021-11-17 01:30:57.420 UTC [57] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:31:03.235 UTC [58] ERROR:  relation "users_token" already exists
2021-11-17 01:31:03.235 UTC [58] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:31:09.021 UTC [59] ERROR:  relation "users_token" already exists
2021-11-17 01:31:09.021 UTC [59] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:31:15.023 UTC [61] ERROR:  relation "users_token" already exists
2021-11-17 01:31:15.023 UTC [61] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:31:20.753 UTC [62] ERROR:  relation "users_token" already exists
2021-11-17 01:31:20.753 UTC [62] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:31:26.561 UTC [63] ERROR:  relation "users_token" already exists
2021-11-17 01:31:26.561 UTC [63] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:31:32.213 UTC [64] ERROR:  relation "users_token" already exists
2021-11-17 01:31:32.213 UTC [64] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:32:26.201 UTC [67] ERROR:  relation "users_token" already exists
2021-11-17 01:32:26.201 UTC [67] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:32:32.433 UTC [68] ERROR:  relation "users_token" already exists
2021-11-17 01:32:32.433 UTC [68] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:32:38.190 UTC [69] ERROR:  relation "users_token" already exists
2021-11-17 01:32:38.190 UTC [69] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:32:43.900 UTC [70] ERROR:  relation "users_token" already exists
2021-11-17 01:32:43.900 UTC [70] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:32:49.793 UTC [72] ERROR:  relation "users_token" already exists
2021-11-17 01:32:49.793 UTC [72] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:32:55.773 UTC [73] ERROR:  relation "users_token" already exists
2021-11-17 01:32:55.773 UTC [73] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:01.651 UTC [74] ERROR:  relation "users_token" already exists
2021-11-17 01:33:01.651 UTC [74] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:07.722 UTC [75] ERROR:  relation "users_token" already exists
2021-11-17 01:33:07.722 UTC [75] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:13.610 UTC [76] ERROR:  relation "users_token" already exists
2021-11-17 01:33:13.610 UTC [76] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:19.700 UTC [78] ERROR:  relation "users_token" already exists
2021-11-17 01:33:19.700 UTC [78] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:25.486 UTC [79] ERROR:  relation "users_token" already exists
2021-11-17 01:33:25.486 UTC [79] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:33.829 UTC [80] ERROR:  relation "users_token" already exists
2021-11-17 01:33:33.829 UTC [80] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:39.626 UTC [81] ERROR:  relation "users_token" already exists
2021-11-17 01:33:39.626 UTC [81] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:45.391 UTC [83] ERROR:  relation "users_token" already exists
2021-11-17 01:33:45.391 UTC [83] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:51.655 UTC [84] ERROR:  relation "users_token" already exists
2021-11-17 01:33:51.655 UTC [84] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:33:58.272 UTC [85] ERROR:  relation "users_token" already exists
2021-11-17 01:33:58.272 UTC [85] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:03.955 UTC [86] ERROR:  relation "users_token" already exists
2021-11-17 01:34:03.955 UTC [86] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:09.713 UTC [87] ERROR:  relation "users_token" already exists
2021-11-17 01:34:09.713 UTC [87] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:15.519 UTC [89] ERROR:  relation "users_token" already exists
2021-11-17 01:34:15.519 UTC [89] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:21.351 UTC [90] ERROR:  relation "users_token" already exists
2021-11-17 01:34:21.351 UTC [90] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:27.125 UTC [91] ERROR:  relation "users_token" already exists
2021-11-17 01:34:27.125 UTC [91] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:32.899 UTC [92] ERROR:  relation "users_token" already exists
2021-11-17 01:34:32.899 UTC [92] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:41.721 UTC [93] ERROR:  relation "users_token" already exists
2021-11-17 01:34:41.721 UTC [93] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:47.508 UTC [95] ERROR:  relation "users_token" already exists
2021-11-17 01:34:47.508 UTC [95] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:53.165 UTC [96] ERROR:  relation "users_token" already exists
2021-11-17 01:34:53.165 UTC [96] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:34:58.878 UTC [97] ERROR:  relation "users_token" already exists
2021-11-17 01:34:58.878 UTC [97] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:35:05.502 UTC [98] ERROR:  relation "users_token" already exists
2021-11-17 01:35:05.502 UTC [98] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:35:11.393 UTC [99] ERROR:  relation "users_token" already exists
2021-11-17 01:35:11.393 UTC [99] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:35:17.089 UTC [101] ERROR:  relation "users_token" already exists
2021-11-17 01:35:17.089 UTC [101] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:35:23.367 UTC [102] ERROR:  relation "users_token" already exists
2021-11-17 01:35:23.367 UTC [102] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:35:29.110 UTC [103] ERROR:  relation "users_token" already exists
2021-11-17 01:35:29.110 UTC [103] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:35:34.881 UTC [104] ERROR:  relation "users_token" already exists
2021-11-17 01:35:34.881 UTC [104] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:35:40.681 UTC [105] ERROR:  relation "users_token" already exists
2021-11-17 01:35:40.681 UTC [105] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:37:23.350 UTC [110] ERROR:  relation "users_token" already exists
2021-11-17 01:37:23.350 UTC [110] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:37:29.226 UTC [111] ERROR:  relation "users_token" already exists
2021-11-17 01:37:29.226 UTC [111] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:37:35.133 UTC [112] ERROR:  relation "users_token" already exists
2021-11-17 01:37:35.133 UTC [112] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:37:41.233 UTC [113] ERROR:  relation "users_token" already exists
2021-11-17 01:37:41.233 UTC [113] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:37:46.999 UTC [115] ERROR:  relation "users_token" already exists
2021-11-17 01:37:46.999 UTC [115] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:37:52.789 UTC [116] ERROR:  relation "users_token" already exists
2021-11-17 01:37:52.789 UTC [116] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:37:58.911 UTC [117] ERROR:  relation "users_token" already exists
2021-11-17 01:37:58.911 UTC [117] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:04.977 UTC [118] ERROR:  relation "users_token" already exists
2021-11-17 01:38:04.977 UTC [118] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:10.924 UTC [119] ERROR:  relation "users_token" already exists
2021-11-17 01:38:10.924 UTC [119] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:16.980 UTC [121] ERROR:  relation "users_token" already exists
2021-11-17 01:38:16.980 UTC [121] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:22.901 UTC [122] ERROR:  relation "users_token" already exists
2021-11-17 01:38:22.901 UTC [122] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:37.906 UTC [123] ERROR:  relation "users_token" already exists
2021-11-17 01:38:37.906 UTC [123] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:43.784 UTC [124] ERROR:  relation "users_token" already exists
2021-11-17 01:38:43.784 UTC [124] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:49.705 UTC [126] ERROR:  relation "users_token" already exists
2021-11-17 01:38:49.705 UTC [126] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:38:55.476 UTC [127] ERROR:  relation "users_token" already exists
2021-11-17 01:38:55.476 UTC [127] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:39:01.262 UTC [128] ERROR:  relation "users_token" already exists
2021-11-17 01:39:01.262 UTC [128] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:39:07.057 UTC [129] ERROR:  relation "users_token" already exists
2021-11-17 01:39:07.057 UTC [129] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:39:12.790 UTC [130] ERROR:  relation "users_token" already exists
2021-11-17 01:39:12.790 UTC [130] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:39:18.539 UTC [132] ERROR:  relation "users_token" already exists
2021-11-17 01:39:18.539 UTC [132] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:39:24.315 UTC [133] ERROR:  relation "users_token" already exists
2021-11-17 01:39:24.315 UTC [133] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:39:30.055 UTC [134] ERROR:  relation "users_token" already exists
2021-11-17 01:39:30.055 UTC [134] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:39:35.969 UTC [135] ERROR:  relation "users_token" already exists
2021-11-17 01:39:35.969 UTC [135] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:44:52.142 UTC [147] ERROR:  relation "users_token" already exists
2021-11-17 01:44:52.142 UTC [147] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:44:57.893 UTC [148] ERROR:  relation "users_token" already exists
2021-11-17 01:44:57.893 UTC [148] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:03.763 UTC [149] ERROR:  relation "users_token" already exists
2021-11-17 01:45:03.763 UTC [149] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:09.654 UTC [150] ERROR:  relation "users_token" already exists
2021-11-17 01:45:09.654 UTC [150] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:15.668 UTC [152] ERROR:  relation "users_token" already exists
2021-11-17 01:45:15.668 UTC [152] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:21.546 UTC [153] ERROR:  relation "users_token" already exists
2021-11-17 01:45:21.546 UTC [153] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:27.525 UTC [154] ERROR:  relation "users_token" already exists
2021-11-17 01:45:27.525 UTC [154] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:33.265 UTC [155] ERROR:  relation "users_token" already exists
2021-11-17 01:45:33.265 UTC [155] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:39.109 UTC [156] ERROR:  relation "users_token" already exists
2021-11-17 01:45:39.109 UTC [156] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:45.260 UTC [158] ERROR:  relation "users_token" already exists
2021-11-17 01:45:45.260 UTC [158] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:45:51.018 UTC [159] ERROR:  relation "users_token" already exists
2021-11-17 01:45:51.018 UTC [159] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:02.032 UTC [160] ERROR:  relation "users_token" already exists
2021-11-17 01:46:02.032 UTC [160] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:07.829 UTC [161] ERROR:  relation "users_token" already exists
2021-11-17 01:46:07.829 UTC [161] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:13.739 UTC [162] ERROR:  relation "users_token" already exists
2021-11-17 01:46:13.739 UTC [162] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:19.849 UTC [164] ERROR:  relation "users_token" already exists
2021-11-17 01:46:19.849 UTC [164] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:25.813 UTC [165] ERROR:  relation "users_token" already exists
2021-11-17 01:46:25.813 UTC [165] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:31.635 UTC [166] ERROR:  relation "users_token" already exists
2021-11-17 01:46:31.635 UTC [166] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:37.405 UTC [167] ERROR:  relation "users_token" already exists
2021-11-17 01:46:37.405 UTC [167] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:43.770 UTC [168] ERROR:  relation "users_token" already exists
2021-11-17 01:46:43.770 UTC [168] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:49.580 UTC [170] ERROR:  relation "users_token" already exists
2021-11-17 01:46:49.580 UTC [170] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:46:55.373 UTC [171] ERROR:  relation "users_token" already exists
2021-11-17 01:46:55.373 UTC [171] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:47:01.214 UTC [172] ERROR:  relation "users_token" already exists
2021-11-17 01:47:01.214 UTC [172] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:52:25.139 UTC [184] ERROR:  relation "users_token" already exists
2021-11-17 01:52:25.139 UTC [184] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:52:31.233 UTC [185] ERROR:  relation "users_token" already exists
2021-11-17 01:52:31.233 UTC [185] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:52:37.231 UTC [186] ERROR:  relation "users_token" already exists
2021-11-17 01:52:37.231 UTC [186] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:52:43.311 UTC [187] ERROR:  relation "users_token" already exists
2021-11-17 01:52:43.311 UTC [187] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:52:49.234 UTC [189] ERROR:  relation "users_token" already exists
2021-11-17 01:52:49.234 UTC [189] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:52:55.245 UTC [190] ERROR:  relation "users_token" already exists
2021-11-17 01:52:55.245 UTC [190] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:01.400 UTC [191] ERROR:  relation "users_token" already exists
2021-11-17 01:53:01.400 UTC [191] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:07.417 UTC [192] ERROR:  relation "users_token" already exists
2021-11-17 01:53:07.417 UTC [192] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:13.664 UTC [193] ERROR:  relation "users_token" already exists
2021-11-17 01:53:13.664 UTC [193] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:21.893 UTC [195] ERROR:  relation "users_token" already exists
2021-11-17 01:53:21.893 UTC [195] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:35.819 UTC [196] ERROR:  relation "users_token" already exists
2021-11-17 01:53:35.819 UTC [196] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:41.762 UTC [197] ERROR:  relation "users_token" already exists
2021-11-17 01:53:41.762 UTC [197] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:47.835 UTC [199] ERROR:  relation "users_token" already exists
2021-11-17 01:53:47.835 UTC [199] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:53:53.831 UTC [200] ERROR:  relation "users_token" already exists
2021-11-17 01:53:53.831 UTC [200] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:54:00.059 UTC [201] ERROR:  relation "users_token" already exists
2021-11-17 01:54:00.059 UTC [201] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:54:06.287 UTC [202] ERROR:  relation "users_token" already exists
2021-11-17 01:54:06.287 UTC [202] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:54:12.645 UTC [203] ERROR:  relation "users_token" already exists
2021-11-17 01:54:12.645 UTC [203] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:54:18.863 UTC [205] ERROR:  relation "users_token" already exists
2021-11-17 01:54:18.863 UTC [205] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:54:24.967 UTC [206] ERROR:  relation "users_token" already exists
2021-11-17 01:54:24.967 UTC [206] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:54:31.112 UTC [207] ERROR:  relation "users_token" already exists
2021-11-17 01:54:31.112 UTC [207] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 01:59:55.480 UTC [219] ERROR:  relation "users_token" already exists
2021-11-17 01:59:55.480 UTC [219] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:01.273 UTC [220] ERROR:  relation "users_token" already exists
2021-11-17 02:00:01.273 UTC [220] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:07.164 UTC [221] ERROR:  relation "users_token" already exists
2021-11-17 02:00:07.164 UTC [221] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:13.051 UTC [222] ERROR:  relation "users_token" already exists
2021-11-17 02:00:13.051 UTC [222] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:18.833 UTC [224] ERROR:  relation "users_token" already exists
2021-11-17 02:00:18.833 UTC [224] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:24.837 UTC [225] ERROR:  relation "users_token" already exists
2021-11-17 02:00:24.837 UTC [225] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:30.731 UTC [226] ERROR:  relation "users_token" already exists
2021-11-17 02:00:30.731 UTC [226] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:36.645 UTC [227] ERROR:  relation "users_token" already exists
2021-11-17 02:00:36.645 UTC [227] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:42.464 UTC [228] ERROR:  relation "users_token" already exists
2021-11-17 02:00:42.464 UTC [228] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:48.322 UTC [230] ERROR:  relation "users_token" already exists
2021-11-17 02:00:48.322 UTC [230] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:00:54.279 UTC [231] ERROR:  relation "users_token" already exists
2021-11-17 02:00:54.279 UTC [231] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:02.848 UTC [232] ERROR:  relation "users_token" already exists
2021-11-17 02:01:02.848 UTC [232] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:08.695 UTC [233] ERROR:  relation "users_token" already exists
2021-11-17 02:01:08.695 UTC [233] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:14.651 UTC [234] ERROR:  relation "users_token" already exists
2021-11-17 02:01:14.651 UTC [234] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:20.669 UTC [236] ERROR:  relation "users_token" already exists
2021-11-17 02:01:20.669 UTC [236] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:26.648 UTC [237] ERROR:  relation "users_token" already exists
2021-11-17 02:01:26.648 UTC [237] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:32.546 UTC [238] ERROR:  relation "users_token" already exists
2021-11-17 02:01:32.546 UTC [238] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:38.406 UTC [239] ERROR:  relation "users_token" already exists
2021-11-17 02:01:38.406 UTC [239] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:44.298 UTC [240] ERROR:  relation "users_token" already exists
2021-11-17 02:01:44.298 UTC [240] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:50.407 UTC [242] ERROR:  relation "users_token" already exists
2021-11-17 02:01:50.407 UTC [242] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:01:56.483 UTC [243] ERROR:  relation "users_token" already exists
2021-11-17 02:01:56.483 UTC [243] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:02:02.482 UTC [244] ERROR:  relation "users_token" already exists
2021-11-17 02:02:02.482 UTC [244] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:07:21.740 UTC [256] ERROR:  relation "users_token" already exists
2021-11-17 02:07:21.740 UTC [256] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:07:27.519 UTC [257] ERROR:  relation "users_token" already exists
2021-11-17 02:07:27.519 UTC [257] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:07:33.461 UTC [258] ERROR:  relation "users_token" already exists
2021-11-17 02:07:33.461 UTC [258] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:07:39.518 UTC [259] ERROR:  relation "users_token" already exists
2021-11-17 02:07:39.518 UTC [259] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:07:45.643 UTC [261] ERROR:  relation "users_token" already exists
2021-11-17 02:07:45.643 UTC [261] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:07:51.578 UTC [262] ERROR:  relation "users_token" already exists
2021-11-17 02:07:51.578 UTC [262] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:07:57.638 UTC [263] ERROR:  relation "users_token" already exists
2021-11-17 02:07:57.638 UTC [263] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:03.551 UTC [264] ERROR:  relation "users_token" already exists
2021-11-17 02:08:03.551 UTC [264] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:09.535 UTC [265] ERROR:  relation "users_token" already exists
2021-11-17 02:08:09.535 UTC [265] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:15.521 UTC [267] ERROR:  relation "users_token" already exists
2021-11-17 02:08:15.521 UTC [267] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:21.552 UTC [268] ERROR:  relation "users_token" already exists
2021-11-17 02:08:21.552 UTC [268] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:35.389 UTC [269] ERROR:  relation "users_token" already exists
2021-11-17 02:08:35.389 UTC [269] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:41.570 UTC [270] ERROR:  relation "users_token" already exists
2021-11-17 02:08:41.570 UTC [270] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:47.824 UTC [272] ERROR:  relation "users_token" already exists
2021-11-17 02:08:47.824 UTC [272] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:08:54.208 UTC [273] ERROR:  relation "users_token" already exists
2021-11-17 02:08:54.208 UTC [273] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:09:00.560 UTC [274] ERROR:  relation "users_token" already exists
2021-11-17 02:09:00.560 UTC [274] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:09:07.017 UTC [275] ERROR:  relation "users_token" already exists
2021-11-17 02:09:07.017 UTC [275] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:09:12.982 UTC [276] ERROR:  relation "users_token" already exists
2021-11-17 02:09:12.982 UTC [276] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:09:18.870 UTC [278] ERROR:  relation "users_token" already exists
2021-11-17 02:09:18.870 UTC [278] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:09:24.944 UTC [279] ERROR:  relation "users_token" already exists
2021-11-17 02:09:24.944 UTC [279] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:09:30.955 UTC [280] ERROR:  relation "users_token" already exists
2021-11-17 02:09:30.955 UTC [280] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:14:48.804 UTC [292] ERROR:  relation "users_token" already exists
2021-11-17 02:14:48.804 UTC [292] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:14:55.104 UTC [293] ERROR:  relation "users_token" already exists
2021-11-17 02:14:55.104 UTC [293] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:01.281 UTC [294] ERROR:  relation "users_token" already exists
2021-11-17 02:15:01.281 UTC [294] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:07.429 UTC [295] ERROR:  relation "users_token" already exists
2021-11-17 02:15:07.429 UTC [295] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:13.431 UTC [296] ERROR:  relation "users_token" already exists
2021-11-17 02:15:13.431 UTC [296] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:19.560 UTC [298] ERROR:  relation "users_token" already exists
2021-11-17 02:15:19.560 UTC [298] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:25.773 UTC [299] ERROR:  relation "users_token" already exists
2021-11-17 02:15:25.773 UTC [299] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:31.655 UTC [300] ERROR:  relation "users_token" already exists
2021-11-17 02:15:31.655 UTC [300] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:38.356 UTC [301] ERROR:  relation "users_token" already exists
2021-11-17 02:15:38.356 UTC [301] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:44.395 UTC [302] ERROR:  relation "users_token" already exists
2021-11-17 02:15:44.395 UTC [302] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:15:55.175 UTC [304] ERROR:  relation "users_token" already exists
2021-11-17 02:15:55.175 UTC [304] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:01.095 UTC [305] ERROR:  relation "users_token" already exists
2021-11-17 02:16:01.095 UTC [305] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:07.127 UTC [306] ERROR:  relation "users_token" already exists
2021-11-17 02:16:07.127 UTC [306] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:13.103 UTC [307] ERROR:  relation "users_token" already exists
2021-11-17 02:16:13.103 UTC [307] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:19.056 UTC [309] ERROR:  relation "users_token" already exists
2021-11-17 02:16:19.056 UTC [309] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:25.067 UTC [310] ERROR:  relation "users_token" already exists
2021-11-17 02:16:25.067 UTC [310] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:31.032 UTC [311] ERROR:  relation "users_token" already exists
2021-11-17 02:16:31.032 UTC [311] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:36.938 UTC [312] ERROR:  relation "users_token" already exists
2021-11-17 02:16:36.938 UTC [312] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:42.923 UTC [313] ERROR:  relation "users_token" already exists
2021-11-17 02:16:42.923 UTC [313] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:48.774 UTC [315] ERROR:  relation "users_token" already exists
2021-11-17 02:16:48.774 UTC [315] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:16:54.897 UTC [316] ERROR:  relation "users_token" already exists
2021-11-17 02:16:54.897 UTC [316] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:22:17.925 UTC [328] ERROR:  relation "users_token" already exists
2021-11-17 02:22:17.925 UTC [328] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:22:24.060 UTC [329] ERROR:  relation "users_token" already exists
2021-11-17 02:22:24.060 UTC [329] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:22:30.268 UTC [330] ERROR:  relation "users_token" already exists
2021-11-17 02:22:30.268 UTC [330] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:22:36.320 UTC [331] ERROR:  relation "users_token" already exists
2021-11-17 02:22:36.320 UTC [331] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:22:42.195 UTC [332] ERROR:  relation "users_token" already exists
2021-11-17 02:22:42.195 UTC [332] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:22:48.181 UTC [334] ERROR:  relation "users_token" already exists
2021-11-17 02:22:48.181 UTC [334] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:22:54.275 UTC [335] ERROR:  relation "users_token" already exists
2021-11-17 02:22:54.275 UTC [335] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:00.335 UTC [336] ERROR:  relation "users_token" already exists
2021-11-17 02:23:00.335 UTC [336] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:06.316 UTC [337] ERROR:  relation "users_token" already exists
2021-11-17 02:23:06.316 UTC [337] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:12.379 UTC [338] ERROR:  relation "users_token" already exists
2021-11-17 02:23:12.379 UTC [338] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:22.561 UTC [340] ERROR:  relation "users_token" already exists
2021-11-17 02:23:22.561 UTC [340] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:28.569 UTC [341] ERROR:  relation "users_token" already exists
2021-11-17 02:23:28.569 UTC [341] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:34.646 UTC [342] ERROR:  relation "users_token" already exists
2021-11-17 02:23:34.646 UTC [342] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:40.448 UTC [343] ERROR:  relation "users_token" already exists
2021-11-17 02:23:40.448 UTC [343] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:46.519 UTC [345] ERROR:  relation "users_token" already exists
2021-11-17 02:23:46.519 UTC [345] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:52.470 UTC [346] ERROR:  relation "users_token" already exists
2021-11-17 02:23:52.470 UTC [346] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:23:58.209 UTC [347] ERROR:  relation "users_token" already exists
2021-11-17 02:23:58.209 UTC [347] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:24:04.136 UTC [348] ERROR:  relation "users_token" already exists
2021-11-17 02:24:04.136 UTC [348] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:24:10.311 UTC [349] ERROR:  relation "users_token" already exists
2021-11-17 02:24:10.311 UTC [349] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:24:16.469 UTC [351] ERROR:  relation "users_token" already exists
2021-11-17 02:24:16.469 UTC [351] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:24:22.402 UTC [352] ERROR:  relation "users_token" already exists
2021-11-17 02:24:22.402 UTC [352] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:29:41.092 UTC [363] ERROR:  relation "users_token" already exists
2021-11-17 02:29:41.092 UTC [363] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:29:47.209 UTC [365] ERROR:  relation "users_token" already exists
2021-11-17 02:29:47.209 UTC [365] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:29:53.115 UTC [366] ERROR:  relation "users_token" already exists
2021-11-17 02:29:53.115 UTC [366] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:29:59.192 UTC [367] ERROR:  relation "users_token" already exists
2021-11-17 02:29:59.192 UTC [367] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:05.058 UTC [368] ERROR:  relation "users_token" already exists
2021-11-17 02:30:05.058 UTC [368] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:10.967 UTC [369] ERROR:  relation "users_token" already exists
2021-11-17 02:30:10.967 UTC [369] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:17.047 UTC [371] ERROR:  relation "users_token" already exists
2021-11-17 02:30:17.047 UTC [371] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:23.004 UTC [372] ERROR:  relation "users_token" already exists
2021-11-17 02:30:23.004 UTC [372] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:28.967 UTC [373] ERROR:  relation "users_token" already exists
2021-11-17 02:30:28.967 UTC [373] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:35.045 UTC [374] ERROR:  relation "users_token" already exists
2021-11-17 02:30:35.045 UTC [374] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:44.791 UTC [375] ERROR:  relation "users_token" already exists
2021-11-17 02:30:44.791 UTC [375] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:50.672 UTC [377] ERROR:  relation "users_token" already exists
2021-11-17 02:30:50.672 UTC [377] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:30:56.580 UTC [378] ERROR:  relation "users_token" already exists
2021-11-17 02:30:56.580 UTC [378] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:02.491 UTC [379] ERROR:  relation "users_token" already exists
2021-11-17 02:31:02.491 UTC [379] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:08.424 UTC [380] ERROR:  relation "users_token" already exists
2021-11-17 02:31:08.424 UTC [380] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:14.757 UTC [381] ERROR:  relation "users_token" already exists
2021-11-17 02:31:14.757 UTC [381] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:20.783 UTC [383] ERROR:  relation "users_token" already exists
2021-11-17 02:31:20.783 UTC [383] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:27.091 UTC [384] ERROR:  relation "users_token" already exists
2021-11-17 02:31:27.091 UTC [384] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:33.018 UTC [385] ERROR:  relation "users_token" already exists
2021-11-17 02:31:33.018 UTC [385] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:38.908 UTC [386] ERROR:  relation "users_token" already exists
2021-11-17 02:31:38.908 UTC [386] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:31:44.974 UTC [387] ERROR:  relation "users_token" already exists
2021-11-17 02:31:44.974 UTC [387] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:36:56.388 UTC [399] ERROR:  relation "users_token" already exists
2021-11-17 02:36:56.388 UTC [399] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:02.521 UTC [400] ERROR:  relation "users_token" already exists
2021-11-17 02:37:02.521 UTC [400] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:08.665 UTC [401] ERROR:  relation "users_token" already exists
2021-11-17 02:37:08.665 UTC [401] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:14.689 UTC [402] ERROR:  relation "users_token" already exists
2021-11-17 02:37:14.689 UTC [402] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:20.659 UTC [404] ERROR:  relation "users_token" already exists
2021-11-17 02:37:20.659 UTC [404] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:26.662 UTC [405] ERROR:  relation "users_token" already exists
2021-11-17 02:37:26.662 UTC [405] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:32.649 UTC [406] ERROR:  relation "users_token" already exists
2021-11-17 02:37:32.649 UTC [406] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:38.579 UTC [407] ERROR:  relation "users_token" already exists
2021-11-17 02:37:38.579 UTC [407] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:44.485 UTC [408] ERROR:  relation "users_token" already exists
2021-11-17 02:37:44.485 UTC [408] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:50.367 UTC [410] ERROR:  relation "users_token" already exists
2021-11-17 02:37:50.367 UTC [410] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:37:56.339 UTC [411] ERROR:  relation "users_token" already exists
2021-11-17 02:37:56.339 UTC [411] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:07.164 UTC [412] ERROR:  relation "users_token" already exists
2021-11-17 02:38:07.164 UTC [412] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:13.128 UTC [413] ERROR:  relation "users_token" already exists
2021-11-17 02:38:13.128 UTC [413] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:19.060 UTC [415] ERROR:  relation "users_token" already exists
2021-11-17 02:38:19.060 UTC [415] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:25.221 UTC [416] ERROR:  relation "users_token" already exists
2021-11-17 02:38:25.221 UTC [416] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:31.342 UTC [417] ERROR:  relation "users_token" already exists
2021-11-17 02:38:31.342 UTC [417] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:37.337 UTC [418] ERROR:  relation "users_token" already exists
2021-11-17 02:38:37.337 UTC [418] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:43.380 UTC [419] ERROR:  relation "users_token" already exists
2021-11-17 02:38:43.380 UTC [419] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:49.555 UTC [421] ERROR:  relation "users_token" already exists
2021-11-17 02:38:49.555 UTC [421] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:38:55.801 UTC [422] ERROR:  relation "users_token" already exists
2021-11-17 02:38:55.801 UTC [422] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:39:01.864 UTC [423] ERROR:  relation "users_token" already exists
2021-11-17 02:39:01.864 UTC [423] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:14.984 UTC [434] ERROR:  relation "users_token" already exists
2021-11-17 02:44:14.984 UTC [434] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:21.218 UTC [436] ERROR:  relation "users_token" already exists
2021-11-17 02:44:21.218 UTC [436] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:27.562 UTC [437] ERROR:  relation "users_token" already exists
2021-11-17 02:44:27.562 UTC [437] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:33.672 UTC [438] ERROR:  relation "users_token" already exists
2021-11-17 02:44:33.672 UTC [438] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:39.836 UTC [439] ERROR:  relation "users_token" already exists
2021-11-17 02:44:39.836 UTC [439] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:45.908 UTC [440] ERROR:  relation "users_token" already exists
2021-11-17 02:44:45.908 UTC [440] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:51.935 UTC [442] ERROR:  relation "users_token" already exists
2021-11-17 02:44:51.935 UTC [442] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:44:57.958 UTC [443] ERROR:  relation "users_token" already exists
2021-11-17 02:44:57.958 UTC [443] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:04.081 UTC [444] ERROR:  relation "users_token" already exists
2021-11-17 02:45:04.081 UTC [444] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:10.457 UTC [445] ERROR:  relation "users_token" already exists
2021-11-17 02:45:10.457 UTC [445] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:27.269 UTC [447] ERROR:  relation "users_token" already exists
2021-11-17 02:45:27.269 UTC [447] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:33.430 UTC [448] ERROR:  relation "users_token" already exists
2021-11-17 02:45:33.430 UTC [448] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:39.413 UTC [449] ERROR:  relation "users_token" already exists
2021-11-17 02:45:39.413 UTC [449] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:45.544 UTC [450] ERROR:  relation "users_token" already exists
2021-11-17 02:45:45.544 UTC [450] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:51.760 UTC [452] ERROR:  relation "users_token" already exists
2021-11-17 02:45:51.760 UTC [452] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:45:57.845 UTC [453] ERROR:  relation "users_token" already exists
2021-11-17 02:45:57.845 UTC [453] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:46:04.064 UTC [454] ERROR:  relation "users_token" already exists
2021-11-17 02:46:04.064 UTC [454] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:46:10.616 UTC [455] ERROR:  relation "users_token" already exists
2021-11-17 02:46:10.616 UTC [455] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:46:16.866 UTC [457] ERROR:  relation "users_token" already exists
2021-11-17 02:46:16.866 UTC [457] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:46:22.924 UTC [458] ERROR:  relation "users_token" already exists
2021-11-17 02:46:22.924 UTC [458] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:51:44.690 UTC [469] ERROR:  relation "users_token" already exists
2021-11-17 02:51:44.690 UTC [469] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:51:50.782 UTC [471] ERROR:  relation "users_token" already exists
2021-11-17 02:51:50.782 UTC [471] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:51:56.800 UTC [472] ERROR:  relation "users_token" already exists
2021-11-17 02:51:56.800 UTC [472] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:02.915 UTC [473] ERROR:  relation "users_token" already exists
2021-11-17 02:52:02.915 UTC [473] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:08.955 UTC [474] ERROR:  relation "users_token" already exists
2021-11-17 02:52:08.955 UTC [474] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:15.137 UTC [475] ERROR:  relation "users_token" already exists
2021-11-17 02:52:15.137 UTC [475] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:21.358 UTC [477] ERROR:  relation "users_token" already exists
2021-11-17 02:52:21.358 UTC [477] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:27.424 UTC [478] ERROR:  relation "users_token" already exists
2021-11-17 02:52:27.424 UTC [478] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:33.333 UTC [479] ERROR:  relation "users_token" already exists
2021-11-17 02:52:33.333 UTC [479] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:39.152 UTC [480] ERROR:  relation "users_token" already exists
2021-11-17 02:52:39.152 UTC [480] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:45.312 UTC [481] ERROR:  relation "users_token" already exists
2021-11-17 02:52:45.312 UTC [481] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:52:54.223 UTC [483] ERROR:  relation "users_token" already exists
2021-11-17 02:52:54.223 UTC [483] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:00.198 UTC [484] ERROR:  relation "users_token" already exists
2021-11-17 02:53:00.198 UTC [484] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:06.288 UTC [485] ERROR:  relation "users_token" already exists
2021-11-17 02:53:06.288 UTC [485] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:12.255 UTC [486] ERROR:  relation "users_token" already exists
2021-11-17 02:53:12.255 UTC [486] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:18.476 UTC [488] ERROR:  relation "users_token" already exists
2021-11-17 02:53:18.476 UTC [488] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:24.752 UTC [489] ERROR:  relation "users_token" already exists
2021-11-17 02:53:24.752 UTC [489] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:30.903 UTC [490] ERROR:  relation "users_token" already exists
2021-11-17 02:53:30.903 UTC [490] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:36.969 UTC [491] ERROR:  relation "users_token" already exists
2021-11-17 02:53:36.969 UTC [491] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:42.877 UTC [492] ERROR:  relation "users_token" already exists
2021-11-17 02:53:42.877 UTC [492] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:48.965 UTC [494] ERROR:  relation "users_token" already exists
2021-11-17 02:53:48.965 UTC [494] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:53:55.102 UTC [495] ERROR:  relation "users_token" already exists
2021-11-17 02:53:55.102 UTC [495] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:11.454 UTC [506] ERROR:  relation "users_token" already exists
2021-11-17 02:59:11.454 UTC [506] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:17.407 UTC [508] ERROR:  relation "users_token" already exists
2021-11-17 02:59:17.407 UTC [508] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:23.320 UTC [509] ERROR:  relation "users_token" already exists
2021-11-17 02:59:23.320 UTC [509] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:29.381 UTC [510] ERROR:  relation "users_token" already exists
2021-11-17 02:59:29.381 UTC [510] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:35.474 UTC [511] ERROR:  relation "users_token" already exists
2021-11-17 02:59:35.474 UTC [511] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:41.440 UTC [512] ERROR:  relation "users_token" already exists
2021-11-17 02:59:41.440 UTC [512] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:47.441 UTC [514] ERROR:  relation "users_token" already exists
2021-11-17 02:59:47.441 UTC [514] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:53.394 UTC [515] ERROR:  relation "users_token" already exists
2021-11-17 02:59:53.394 UTC [515] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 02:59:59.575 UTC [516] ERROR:  relation "users_token" already exists
2021-11-17 02:59:59.575 UTC [516] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:05.822 UTC [517] ERROR:  relation "users_token" already exists
2021-11-17 03:00:05.822 UTC [517] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:11.958 UTC [518] ERROR:  relation "users_token" already exists
2021-11-17 03:00:11.958 UTC [518] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:26.279 UTC [520] ERROR:  relation "users_token" already exists
2021-11-17 03:00:26.279 UTC [520] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:32.352 UTC [521] ERROR:  relation "users_token" already exists
2021-11-17 03:00:32.352 UTC [521] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:38.516 UTC [522] ERROR:  relation "users_token" already exists
2021-11-17 03:00:38.516 UTC [522] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:44.556 UTC [523] ERROR:  relation "users_token" already exists
2021-11-17 03:00:44.556 UTC [523] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:50.755 UTC [525] ERROR:  relation "users_token" already exists
2021-11-17 03:00:50.755 UTC [525] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:00:57.046 UTC [526] ERROR:  relation "users_token" already exists
2021-11-17 03:00:57.046 UTC [526] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:01:03.101 UTC [527] ERROR:  relation "users_token" already exists
2021-11-17 03:01:03.101 UTC [527] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:01:09.243 UTC [528] ERROR:  relation "users_token" already exists
2021-11-17 03:01:09.243 UTC [528] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:01:15.450 UTC [529] ERROR:  relation "users_token" already exists
2021-11-17 03:01:15.450 UTC [529] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:01:21.678 UTC [531] ERROR:  relation "users_token" already exists
2021-11-17 03:01:21.678 UTC [531] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:06:48.509 UTC [543] ERROR:  relation "users_token" already exists
2021-11-17 03:06:48.509 UTC [543] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:06:54.786 UTC [544] ERROR:  relation "users_token" already exists
2021-11-17 03:06:54.786 UTC [544] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:00.842 UTC [545] ERROR:  relation "users_token" already exists
2021-11-17 03:07:00.842 UTC [545] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:06.864 UTC [546] ERROR:  relation "users_token" already exists
2021-11-17 03:07:06.864 UTC [546] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:12.984 UTC [547] ERROR:  relation "users_token" already exists
2021-11-17 03:07:12.984 UTC [547] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:19.072 UTC [549] ERROR:  relation "users_token" already exists
2021-11-17 03:07:19.072 UTC [549] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:25.546 UTC [550] ERROR:  relation "users_token" already exists
2021-11-17 03:07:25.546 UTC [550] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:31.700 UTC [551] ERROR:  relation "users_token" already exists
2021-11-17 03:07:31.700 UTC [551] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:37.651 UTC [552] ERROR:  relation "users_token" already exists
2021-11-17 03:07:37.651 UTC [552] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:07:43.621 UTC [553] ERROR:  relation "users_token" already exists
2021-11-17 03:07:43.621 UTC [553] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:00.951 UTC [555] ERROR:  relation "users_token" already exists
2021-11-17 03:08:00.951 UTC [555] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:07.075 UTC [556] ERROR:  relation "users_token" already exists
2021-11-17 03:08:07.075 UTC [556] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:13.137 UTC [557] ERROR:  relation "users_token" already exists
2021-11-17 03:08:13.137 UTC [557] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:19.060 UTC [559] ERROR:  relation "users_token" already exists
2021-11-17 03:08:19.060 UTC [559] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:25.353 UTC [560] ERROR:  relation "users_token" already exists
2021-11-17 03:08:25.353 UTC [560] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:31.277 UTC [561] ERROR:  relation "users_token" already exists
2021-11-17 03:08:31.277 UTC [561] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:37.217 UTC [562] ERROR:  relation "users_token" already exists
2021-11-17 03:08:37.217 UTC [562] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:43.276 UTC [563] ERROR:  relation "users_token" already exists
2021-11-17 03:08:43.276 UTC [563] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:49.320 UTC [565] ERROR:  relation "users_token" already exists
2021-11-17 03:08:49.320 UTC [565] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:08:55.348 UTC [566] ERROR:  relation "users_token" already exists
2021-11-17 03:08:55.348 UTC [566] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:01.101 UTC [577] ERROR:  relation "users_token" already exists
2021-11-17 03:14:01.101 UTC [577] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:07.080 UTC [578] ERROR:  relation "users_token" already exists
2021-11-17 03:14:07.080 UTC [578] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:13.123 UTC [579] ERROR:  relation "users_token" already exists
2021-11-17 03:14:13.123 UTC [579] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:19.103 UTC [581] ERROR:  relation "users_token" already exists
2021-11-17 03:14:19.103 UTC [581] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:25.166 UTC [582] ERROR:  relation "users_token" already exists
2021-11-17 03:14:25.166 UTC [582] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:31.246 UTC [583] ERROR:  relation "users_token" already exists
2021-11-17 03:14:31.246 UTC [583] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:37.132 UTC [584] ERROR:  relation "users_token" already exists
2021-11-17 03:14:37.132 UTC [584] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:43.157 UTC [585] ERROR:  relation "users_token" already exists
2021-11-17 03:14:43.157 UTC [585] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:49.221 UTC [587] ERROR:  relation "users_token" already exists
2021-11-17 03:14:49.221 UTC [587] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:14:55.429 UTC [588] ERROR:  relation "users_token" already exists
2021-11-17 03:14:55.429 UTC [588] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:01.505 UTC [589] ERROR:  relation "users_token" already exists
2021-11-17 03:15:01.505 UTC [589] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:14.753 UTC [590] ERROR:  relation "users_token" already exists
2021-11-17 03:15:14.753 UTC [590] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:20.913 UTC [592] ERROR:  relation "users_token" already exists
2021-11-17 03:15:20.913 UTC [592] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:27.192 UTC [593] ERROR:  relation "users_token" already exists
2021-11-17 03:15:27.192 UTC [593] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:33.220 UTC [594] ERROR:  relation "users_token" already exists
2021-11-17 03:15:33.220 UTC [594] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:39.103 UTC [595] ERROR:  relation "users_token" already exists
2021-11-17 03:15:39.103 UTC [595] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:45.180 UTC [596] ERROR:  relation "users_token" already exists
2021-11-17 03:15:45.180 UTC [596] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:51.193 UTC [598] ERROR:  relation "users_token" already exists
2021-11-17 03:15:51.193 UTC [598] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:15:57.167 UTC [599] ERROR:  relation "users_token" already exists
2021-11-17 03:15:57.167 UTC [599] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:16:03.219 UTC [600] ERROR:  relation "users_token" already exists
2021-11-17 03:16:03.219 UTC [600] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:16:09.300 UTC [601] ERROR:  relation "users_token" already exists
2021-11-17 03:16:09.300 UTC [601] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:16:15.291 UTC [602] ERROR:  relation "users_token" already exists
2021-11-17 03:16:15.291 UTC [602] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:21:25.916 UTC [614] ERROR:  relation "users_token" already exists
2021-11-17 03:21:25.916 UTC [614] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:21:32.016 UTC [615] ERROR:  relation "users_token" already exists
2021-11-17 03:21:32.016 UTC [615] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:21:37.938 UTC [616] ERROR:  relation "users_token" already exists
2021-11-17 03:21:37.938 UTC [616] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:21:44.015 UTC [617] ERROR:  relation "users_token" already exists
2021-11-17 03:21:44.015 UTC [617] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:21:50.161 UTC [619] ERROR:  relation "users_token" already exists
2021-11-17 03:21:50.161 UTC [619] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:21:56.234 UTC [620] ERROR:  relation "users_token" already exists
2021-11-17 03:21:56.234 UTC [620] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:02.367 UTC [621] ERROR:  relation "users_token" already exists
2021-11-17 03:22:02.367 UTC [621] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:08.586 UTC [622] ERROR:  relation "users_token" already exists
2021-11-17 03:22:08.586 UTC [622] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:14.733 UTC [623] ERROR:  relation "users_token" already exists
2021-11-17 03:22:14.733 UTC [623] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:20.708 UTC [625] ERROR:  relation "users_token" already exists
2021-11-17 03:22:20.708 UTC [625] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:32.247 UTC [626] ERROR:  relation "users_token" already exists
2021-11-17 03:22:32.247 UTC [626] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:38.549 UTC [627] ERROR:  relation "users_token" already exists
2021-11-17 03:22:38.549 UTC [627] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:44.916 UTC [628] ERROR:  relation "users_token" already exists
2021-11-17 03:22:44.916 UTC [628] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:51.071 UTC [630] ERROR:  relation "users_token" already exists
2021-11-17 03:22:51.071 UTC [630] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:22:56.980 UTC [631] ERROR:  relation "users_token" already exists
2021-11-17 03:22:56.980 UTC [631] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:23:02.982 UTC [632] ERROR:  relation "users_token" already exists
2021-11-17 03:23:02.982 UTC [632] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:23:09.095 UTC [633] ERROR:  relation "users_token" already exists
2021-11-17 03:23:09.095 UTC [633] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:23:15.390 UTC [634] ERROR:  relation "users_token" already exists
2021-11-17 03:23:15.390 UTC [634] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:23:21.681 UTC [636] ERROR:  relation "users_token" already exists
2021-11-17 03:23:21.681 UTC [636] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:23:28.024 UTC [637] ERROR:  relation "users_token" already exists
2021-11-17 03:23:28.024 UTC [637] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:23:33.986 UTC [638] ERROR:  relation "users_token" already exists
2021-11-17 03:23:33.986 UTC [638] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:28:45.042 UTC [649] ERROR:  relation "users_token" already exists
2021-11-17 03:28:45.042 UTC [649] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:28:51.183 UTC [651] ERROR:  relation "users_token" already exists
2021-11-17 03:28:51.183 UTC [651] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:28:57.284 UTC [652] ERROR:  relation "users_token" already exists
2021-11-17 03:28:57.284 UTC [652] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:03.435 UTC [653] ERROR:  relation "users_token" already exists
2021-11-17 03:29:03.435 UTC [653] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:09.671 UTC [654] ERROR:  relation "users_token" already exists
2021-11-17 03:29:09.671 UTC [654] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:15.931 UTC [655] ERROR:  relation "users_token" already exists
2021-11-17 03:29:15.931 UTC [655] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:22.246 UTC [657] ERROR:  relation "users_token" already exists
2021-11-17 03:29:22.246 UTC [657] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:28.256 UTC [658] ERROR:  relation "users_token" already exists
2021-11-17 03:29:28.256 UTC [658] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:34.297 UTC [659] ERROR:  relation "users_token" already exists
2021-11-17 03:29:34.297 UTC [659] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:40.367 UTC [660] ERROR:  relation "users_token" already exists
2021-11-17 03:29:40.367 UTC [660] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:46.498 UTC [661] ERROR:  relation "users_token" already exists
2021-11-17 03:29:46.498 UTC [661] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:29:55.278 UTC [663] ERROR:  relation "users_token" already exists
2021-11-17 03:29:55.278 UTC [663] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:01.625 UTC [664] ERROR:  relation "users_token" already exists
2021-11-17 03:30:01.625 UTC [664] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:07.685 UTC [665] ERROR:  relation "users_token" already exists
2021-11-17 03:30:07.685 UTC [665] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:13.788 UTC [666] ERROR:  relation "users_token" already exists
2021-11-17 03:30:13.788 UTC [666] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:20.057 UTC [668] ERROR:  relation "users_token" already exists
2021-11-17 03:30:20.057 UTC [668] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:26.357 UTC [669] ERROR:  relation "users_token" already exists
2021-11-17 03:30:26.357 UTC [669] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:32.672 UTC [670] ERROR:  relation "users_token" already exists
2021-11-17 03:30:32.672 UTC [670] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:38.577 UTC [671] ERROR:  relation "users_token" already exists
2021-11-17 03:30:38.577 UTC [671] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:44.811 UTC [672] ERROR:  relation "users_token" already exists
2021-11-17 03:30:44.811 UTC [672] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:30:50.921 UTC [674] ERROR:  relation "users_token" already exists
2021-11-17 03:30:50.921 UTC [674] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:36:18.874 UTC [686] ERROR:  relation "users_token" already exists
2021-11-17 03:36:18.874 UTC [686] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:36:25.075 UTC [687] ERROR:  relation "users_token" already exists
2021-11-17 03:36:25.075 UTC [687] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:36:31.164 UTC [688] ERROR:  relation "users_token" already exists
2021-11-17 03:36:31.164 UTC [688] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:36:37.411 UTC [689] ERROR:  relation "users_token" already exists
2021-11-17 03:36:37.411 UTC [689] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:36:43.666 UTC [690] ERROR:  relation "users_token" already exists
2021-11-17 03:36:43.666 UTC [690] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:36:49.964 UTC [692] ERROR:  relation "users_token" already exists
2021-11-17 03:36:49.964 UTC [692] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:36:56.126 UTC [693] ERROR:  relation "users_token" already exists
2021-11-17 03:36:56.126 UTC [693] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:02.446 UTC [694] ERROR:  relation "users_token" already exists
2021-11-17 03:37:02.446 UTC [694] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:08.515 UTC [695] ERROR:  relation "users_token" already exists
2021-11-17 03:37:08.515 UTC [695] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:14.737 UTC [696] ERROR:  relation "users_token" already exists
2021-11-17 03:37:14.737 UTC [696] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:24.718 UTC [698] ERROR:  relation "users_token" already exists
2021-11-17 03:37:24.718 UTC [698] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:30.877 UTC [699] ERROR:  relation "users_token" already exists
2021-11-17 03:37:30.877 UTC [699] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:36.904 UTC [700] ERROR:  relation "users_token" already exists
2021-11-17 03:37:36.904 UTC [700] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:42.856 UTC [701] ERROR:  relation "users_token" already exists
2021-11-17 03:37:42.856 UTC [701] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:48.831 UTC [703] ERROR:  relation "users_token" already exists
2021-11-17 03:37:48.831 UTC [703] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:37:55.099 UTC [704] ERROR:  relation "users_token" already exists
2021-11-17 03:37:55.099 UTC [704] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:38:01.211 UTC [705] ERROR:  relation "users_token" already exists
2021-11-17 03:38:01.211 UTC [705] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:38:07.146 UTC [706] ERROR:  relation "users_token" already exists
2021-11-17 03:38:07.146 UTC [706] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:38:13.169 UTC [707] ERROR:  relation "users_token" already exists
2021-11-17 03:38:13.169 UTC [707] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:38:19.253 UTC [709] ERROR:  relation "users_token" already exists
2021-11-17 03:38:19.253 UTC [709] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:43:37.583 UTC [721] ERROR:  relation "users_token" already exists
2021-11-17 03:43:37.583 UTC [721] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:43:43.649 UTC [722] ERROR:  relation "users_token" already exists
2021-11-17 03:43:43.649 UTC [722] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:43:49.899 UTC [724] ERROR:  relation "users_token" already exists
2021-11-17 03:43:49.899 UTC [724] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:43:56.050 UTC [725] ERROR:  relation "users_token" already exists
2021-11-17 03:43:56.050 UTC [725] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:02.080 UTC [726] ERROR:  relation "users_token" already exists
2021-11-17 03:44:02.080 UTC [726] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:08.247 UTC [727] ERROR:  relation "users_token" already exists
2021-11-17 03:44:08.247 UTC [727] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:14.486 UTC [728] ERROR:  relation "users_token" already exists
2021-11-17 03:44:14.486 UTC [728] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:20.613 UTC [730] ERROR:  relation "users_token" already exists
2021-11-17 03:44:20.613 UTC [730] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:26.943 UTC [731] ERROR:  relation "users_token" already exists
2021-11-17 03:44:26.943 UTC [731] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:32.913 UTC [732] ERROR:  relation "users_token" already exists
2021-11-17 03:44:32.913 UTC [732] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:44.401 UTC [733] ERROR:  relation "users_token" already exists
2021-11-17 03:44:44.401 UTC [733] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:50.530 UTC [735] ERROR:  relation "users_token" already exists
2021-11-17 03:44:50.530 UTC [735] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:44:56.814 UTC [736] ERROR:  relation "users_token" already exists
2021-11-17 03:44:56.814 UTC [736] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:03.024 UTC [737] ERROR:  relation "users_token" already exists
2021-11-17 03:45:03.024 UTC [737] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:09.102 UTC [738] ERROR:  relation "users_token" already exists
2021-11-17 03:45:09.102 UTC [738] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:15.284 UTC [739] ERROR:  relation "users_token" already exists
2021-11-17 03:45:15.284 UTC [739] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:21.393 UTC [741] ERROR:  relation "users_token" already exists
2021-11-17 03:45:21.393 UTC [741] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:27.688 UTC [742] ERROR:  relation "users_token" already exists
2021-11-17 03:45:27.688 UTC [742] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:33.833 UTC [743] ERROR:  relation "users_token" already exists
2021-11-17 03:45:33.833 UTC [743] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:39.857 UTC [744] ERROR:  relation "users_token" already exists
2021-11-17 03:45:39.857 UTC [744] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:45:46.068 UTC [745] ERROR:  relation "users_token" already exists
2021-11-17 03:45:46.068 UTC [745] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:11.367 UTC [757] ERROR:  relation "users_token" already exists
2021-11-17 03:51:11.367 UTC [757] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:17.414 UTC [758] ERROR:  relation "users_token" already exists
2021-11-17 03:51:17.414 UTC [758] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:23.481 UTC [760] ERROR:  relation "users_token" already exists
2021-11-17 03:51:23.481 UTC [760] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:29.506 UTC [761] ERROR:  relation "users_token" already exists
2021-11-17 03:51:29.506 UTC [761] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:35.520 UTC [762] ERROR:  relation "users_token" already exists
2021-11-17 03:51:35.520 UTC [762] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:41.605 UTC [763] ERROR:  relation "users_token" already exists
2021-11-17 03:51:41.605 UTC [763] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:47.592 UTC [764] ERROR:  relation "users_token" already exists
2021-11-17 03:51:47.592 UTC [764] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:53.577 UTC [766] ERROR:  relation "users_token" already exists
2021-11-17 03:51:53.577 UTC [766] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:51:59.651 UTC [767] ERROR:  relation "users_token" already exists
2021-11-17 03:51:59.651 UTC [767] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:16.799 UTC [769] ERROR:  relation "users_token" already exists
2021-11-17 03:52:16.799 UTC [769] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:22.966 UTC [771] ERROR:  relation "users_token" already exists
2021-11-17 03:52:22.966 UTC [771] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:29.011 UTC [772] ERROR:  relation "users_token" already exists
2021-11-17 03:52:29.011 UTC [772] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:35.074 UTC [773] ERROR:  relation "users_token" already exists
2021-11-17 03:52:35.074 UTC [773] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:41.073 UTC [774] ERROR:  relation "users_token" already exists
2021-11-17 03:52:41.073 UTC [774] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:47.091 UTC [775] ERROR:  relation "users_token" already exists
2021-11-17 03:52:47.091 UTC [775] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:53.310 UTC [777] ERROR:  relation "users_token" already exists
2021-11-17 03:52:53.310 UTC [777] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:52:59.473 UTC [778] ERROR:  relation "users_token" already exists
2021-11-17 03:52:59.473 UTC [778] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:53:05.998 UTC [779] ERROR:  relation "users_token" already exists
2021-11-17 03:53:05.998 UTC [779] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:53:12.516 UTC [780] ERROR:  relation "users_token" already exists
2021-11-17 03:53:12.516 UTC [780] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:58:30.487 UTC [792] ERROR:  relation "users_token" already exists
2021-11-17 03:58:30.487 UTC [792] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:58:36.608 UTC [793] ERROR:  relation "users_token" already exists
2021-11-17 03:58:36.608 UTC [793] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:58:42.598 UTC [794] ERROR:  relation "users_token" already exists
2021-11-17 03:58:42.598 UTC [794] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:58:48.559 UTC [796] ERROR:  relation "users_token" already exists
2021-11-17 03:58:48.559 UTC [796] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:58:54.527 UTC [797] ERROR:  relation "users_token" already exists
2021-11-17 03:58:54.527 UTC [797] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:00.570 UTC [798] ERROR:  relation "users_token" already exists
2021-11-17 03:59:00.570 UTC [798] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:06.627 UTC [799] ERROR:  relation "users_token" already exists
2021-11-17 03:59:06.627 UTC [799] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:12.719 UTC [800] ERROR:  relation "users_token" already exists
2021-11-17 03:59:12.719 UTC [800] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:18.927 UTC [802] ERROR:  relation "users_token" already exists
2021-11-17 03:59:18.927 UTC [802] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:25.453 UTC [803] ERROR:  relation "users_token" already exists
2021-11-17 03:59:25.453 UTC [803] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:35.957 UTC [804] ERROR:  relation "users_token" already exists
2021-11-17 03:59:35.957 UTC [804] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:42.109 UTC [805] ERROR:  relation "users_token" already exists
2021-11-17 03:59:42.109 UTC [805] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:48.319 UTC [807] ERROR:  relation "users_token" already exists
2021-11-17 03:59:48.319 UTC [807] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 03:59:54.418 UTC [808] ERROR:  relation "users_token" already exists
2021-11-17 03:59:54.418 UTC [808] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:00:00.451 UTC [809] ERROR:  relation "users_token" already exists
2021-11-17 04:00:00.451 UTC [809] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:00:06.733 UTC [810] ERROR:  relation "users_token" already exists
2021-11-17 04:00:06.733 UTC [810] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:00:12.843 UTC [811] ERROR:  relation "users_token" already exists
2021-11-17 04:00:12.843 UTC [811] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:00:19.068 UTC [813] ERROR:  relation "users_token" already exists
2021-11-17 04:00:19.068 UTC [813] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:00:25.422 UTC [814] ERROR:  relation "users_token" already exists
2021-11-17 04:00:25.422 UTC [814] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:00:31.535 UTC [815] ERROR:  relation "users_token" already exists
2021-11-17 04:00:31.535 UTC [815] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:05:58.702 UTC [827] ERROR:  relation "users_token" already exists
2021-11-17 04:05:58.702 UTC [827] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:05.004 UTC [828] ERROR:  relation "users_token" already exists
2021-11-17 04:06:05.004 UTC [828] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:11.189 UTC [829] ERROR:  relation "users_token" already exists
2021-11-17 04:06:11.189 UTC [829] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:17.454 UTC [830] ERROR:  relation "users_token" already exists
2021-11-17 04:06:17.454 UTC [830] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:23.541 UTC [832] ERROR:  relation "users_token" already exists
2021-11-17 04:06:23.541 UTC [832] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:29.937 UTC [833] ERROR:  relation "users_token" already exists
2021-11-17 04:06:29.937 UTC [833] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:36.147 UTC [834] ERROR:  relation "users_token" already exists
2021-11-17 04:06:36.147 UTC [834] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:42.354 UTC [835] ERROR:  relation "users_token" already exists
2021-11-17 04:06:42.354 UTC [835] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:48.306 UTC [837] ERROR:  relation "users_token" already exists
2021-11-17 04:06:48.306 UTC [837] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:06:54.371 UTC [838] ERROR:  relation "users_token" already exists
2021-11-17 04:06:54.371 UTC [838] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:02.322 UTC [839] ERROR:  relation "users_token" already exists
2021-11-17 04:07:02.322 UTC [839] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:08.423 UTC [840] ERROR:  relation "users_token" already exists
2021-11-17 04:07:08.423 UTC [840] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:14.584 UTC [841] ERROR:  relation "users_token" already exists
2021-11-17 04:07:14.584 UTC [841] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:20.677 UTC [843] ERROR:  relation "users_token" already exists
2021-11-17 04:07:20.677 UTC [843] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:26.742 UTC [844] ERROR:  relation "users_token" already exists
2021-11-17 04:07:26.742 UTC [844] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:32.776 UTC [845] ERROR:  relation "users_token" already exists
2021-11-17 04:07:32.776 UTC [845] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:38.810 UTC [846] ERROR:  relation "users_token" already exists
2021-11-17 04:07:38.810 UTC [846] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:44.859 UTC [847] ERROR:  relation "users_token" already exists
2021-11-17 04:07:44.859 UTC [847] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:50.948 UTC [849] ERROR:  relation "users_token" already exists
2021-11-17 04:07:50.948 UTC [849] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:07:57.065 UTC [850] ERROR:  relation "users_token" already exists
2021-11-17 04:07:57.065 UTC [850] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:08:03.168 UTC [851] ERROR:  relation "users_token" already exists
2021-11-17 04:08:03.168 UTC [851] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:15.146 UTC [862] ERROR:  relation "users_token" already exists
2021-11-17 04:13:15.146 UTC [862] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:21.269 UTC [864] ERROR:  relation "users_token" already exists
2021-11-17 04:13:21.269 UTC [864] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:27.326 UTC [865] ERROR:  relation "users_token" already exists
2021-11-17 04:13:27.326 UTC [865] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:33.268 UTC [866] ERROR:  relation "users_token" already exists
2021-11-17 04:13:33.268 UTC [866] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:39.186 UTC [867] ERROR:  relation "users_token" already exists
2021-11-17 04:13:39.186 UTC [867] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:45.264 UTC [868] ERROR:  relation "users_token" already exists
2021-11-17 04:13:45.264 UTC [868] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:51.353 UTC [870] ERROR:  relation "users_token" already exists
2021-11-17 04:13:51.353 UTC [870] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:13:57.380 UTC [871] ERROR:  relation "users_token" already exists
2021-11-17 04:13:57.380 UTC [871] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:03.500 UTC [872] ERROR:  relation "users_token" already exists
2021-11-17 04:14:03.500 UTC [872] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:09.835 UTC [873] ERROR:  relation "users_token" already exists
2021-11-17 04:14:09.835 UTC [873] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:23.931 UTC [876] ERROR:  relation "users_token" already exists
2021-11-17 04:14:23.931 UTC [876] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:30.019 UTC [877] ERROR:  relation "users_token" already exists
2021-11-17 04:14:30.019 UTC [877] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:36.091 UTC [878] ERROR:  relation "users_token" already exists
2021-11-17 04:14:36.091 UTC [878] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:42.107 UTC [879] ERROR:  relation "users_token" already exists
2021-11-17 04:14:42.107 UTC [879] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:48.204 UTC [880] ERROR:  relation "users_token" already exists
2021-11-17 04:14:48.204 UTC [880] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:14:54.397 UTC [882] ERROR:  relation "users_token" already exists
2021-11-17 04:14:54.397 UTC [882] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:15:00.515 UTC [883] ERROR:  relation "users_token" already exists
2021-11-17 04:15:00.515 UTC [883] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:15:06.535 UTC [884] ERROR:  relation "users_token" already exists
2021-11-17 04:15:06.535 UTC [884] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:15:12.539 UTC [885] ERROR:  relation "users_token" already exists
2021-11-17 04:15:12.539 UTC [885] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:15:18.616 UTC [887] ERROR:  relation "users_token" already exists
2021-11-17 04:15:18.616 UTC [887] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:15:24.863 UTC [888] ERROR:  relation "users_token" already exists
2021-11-17 04:15:24.863 UTC [888] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:20:33.733 UTC [899] ERROR:  relation "users_token" already exists
2021-11-17 04:20:33.733 UTC [899] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:20:39.809 UTC [900] ERROR:  relation "users_token" already exists
2021-11-17 04:20:39.809 UTC [900] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:20:45.981 UTC [901] ERROR:  relation "users_token" already exists
2021-11-17 04:20:45.981 UTC [901] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:20:52.004 UTC [903] ERROR:  relation "users_token" already exists
2021-11-17 04:20:52.004 UTC [903] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:20:57.927 UTC [904] ERROR:  relation "users_token" already exists
2021-11-17 04:20:57.927 UTC [904] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:04.052 UTC [905] ERROR:  relation "users_token" already exists
2021-11-17 04:21:04.052 UTC [905] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:10.125 UTC [906] ERROR:  relation "users_token" already exists
2021-11-17 04:21:10.125 UTC [906] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:16.185 UTC [907] ERROR:  relation "users_token" already exists
2021-11-17 04:21:16.185 UTC [907] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:22.279 UTC [909] ERROR:  relation "users_token" already exists
2021-11-17 04:21:22.279 UTC [909] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:28.284 UTC [910] ERROR:  relation "users_token" already exists
2021-11-17 04:21:28.284 UTC [910] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:34.396 UTC [911] ERROR:  relation "users_token" already exists
2021-11-17 04:21:34.396 UTC [911] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:46.381 UTC [912] ERROR:  relation "users_token" already exists
2021-11-17 04:21:46.381 UTC [912] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:52.724 UTC [914] ERROR:  relation "users_token" already exists
2021-11-17 04:21:52.724 UTC [914] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:21:58.879 UTC [915] ERROR:  relation "users_token" already exists
2021-11-17 04:21:58.879 UTC [915] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:22:05.121 UTC [916] ERROR:  relation "users_token" already exists
2021-11-17 04:22:05.121 UTC [916] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:22:11.226 UTC [917] ERROR:  relation "users_token" already exists
2021-11-17 04:22:11.226 UTC [917] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:22:17.175 UTC [918] ERROR:  relation "users_token" already exists
2021-11-17 04:22:17.175 UTC [918] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:22:23.349 UTC [920] ERROR:  relation "users_token" already exists
2021-11-17 04:22:23.349 UTC [920] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:22:29.645 UTC [921] ERROR:  relation "users_token" already exists
2021-11-17 04:22:29.645 UTC [921] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:22:36.017 UTC [922] ERROR:  relation "users_token" already exists
2021-11-17 04:22:36.017 UTC [922] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:22:42.350 UTC [923] ERROR:  relation "users_token" already exists
2021-11-17 04:22:42.350 UTC [923] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:07.009 UTC [935] ERROR:  relation "users_token" already exists
2021-11-17 04:28:07.009 UTC [935] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:13.048 UTC [936] ERROR:  relation "users_token" already exists
2021-11-17 04:28:13.048 UTC [936] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:19.045 UTC [938] ERROR:  relation "users_token" already exists
2021-11-17 04:28:19.045 UTC [938] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:25.252 UTC [939] ERROR:  relation "users_token" already exists
2021-11-17 04:28:25.252 UTC [939] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:31.396 UTC [940] ERROR:  relation "users_token" already exists
2021-11-17 04:28:31.396 UTC [940] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:37.362 UTC [941] ERROR:  relation "users_token" already exists
2021-11-17 04:28:37.362 UTC [941] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:43.372 UTC [942] ERROR:  relation "users_token" already exists
2021-11-17 04:28:43.372 UTC [942] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:49.495 UTC [944] ERROR:  relation "users_token" already exists
2021-11-17 04:28:49.495 UTC [944] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:28:55.737 UTC [945] ERROR:  relation "users_token" already exists
2021-11-17 04:28:55.737 UTC [945] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:01.803 UTC [946] ERROR:  relation "users_token" already exists
2021-11-17 04:29:01.803 UTC [946] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:14.554 UTC [947] ERROR:  relation "users_token" already exists
2021-11-17 04:29:14.554 UTC [947] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:20.743 UTC [949] ERROR:  relation "users_token" already exists
2021-11-17 04:29:20.743 UTC [949] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:26.904 UTC [950] ERROR:  relation "users_token" already exists
2021-11-17 04:29:26.904 UTC [950] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:32.972 UTC [951] ERROR:  relation "users_token" already exists
2021-11-17 04:29:32.972 UTC [951] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:38.908 UTC [952] ERROR:  relation "users_token" already exists
2021-11-17 04:29:38.908 UTC [952] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:45.078 UTC [953] ERROR:  relation "users_token" already exists
2021-11-17 04:29:45.078 UTC [953] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:51.188 UTC [955] ERROR:  relation "users_token" already exists
2021-11-17 04:29:51.188 UTC [955] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:29:57.349 UTC [956] ERROR:  relation "users_token" already exists
2021-11-17 04:29:57.349 UTC [956] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:30:03.604 UTC [957] ERROR:  relation "users_token" already exists
2021-11-17 04:30:03.604 UTC [957] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:30:09.625 UTC [958] ERROR:  relation "users_token" already exists
2021-11-17 04:30:09.625 UTC [958] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:30:15.695 UTC [959] ERROR:  relation "users_token" already exists
2021-11-17 04:30:15.695 UTC [959] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:35:33.359 UTC [971] ERROR:  relation "users_token" already exists
2021-11-17 04:35:33.359 UTC [971] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:35:39.556 UTC [972] ERROR:  relation "users_token" already exists
2021-11-17 04:35:39.556 UTC [972] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:35:45.660 UTC [973] ERROR:  relation "users_token" already exists
2021-11-17 04:35:45.660 UTC [973] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:35:51.764 UTC [975] ERROR:  relation "users_token" already exists
2021-11-17 04:35:51.764 UTC [975] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:35:57.684 UTC [976] ERROR:  relation "users_token" already exists
2021-11-17 04:35:57.684 UTC [976] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:03.819 UTC [977] ERROR:  relation "users_token" already exists
2021-11-17 04:36:03.819 UTC [977] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:09.985 UTC [978] ERROR:  relation "users_token" already exists
2021-11-17 04:36:09.985 UTC [978] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:16.115 UTC [979] ERROR:  relation "users_token" already exists
2021-11-17 04:36:16.115 UTC [979] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:22.250 UTC [981] ERROR:  relation "users_token" already exists
2021-11-17 04:36:22.250 UTC [981] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:28.453 UTC [982] ERROR:  relation "users_token" already exists
2021-11-17 04:36:28.453 UTC [982] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:34.611 UTC [983] ERROR:  relation "users_token" already exists
2021-11-17 04:36:34.611 UTC [983] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:43.285 UTC [984] ERROR:  relation "users_token" already exists
2021-11-17 04:36:43.285 UTC [984] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:49.343 UTC [986] ERROR:  relation "users_token" already exists
2021-11-17 04:36:49.343 UTC [986] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:36:55.746 UTC [987] ERROR:  relation "users_token" already exists
2021-11-17 04:36:55.746 UTC [987] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:02.038 UTC [988] ERROR:  relation "users_token" already exists
2021-11-17 04:37:02.038 UTC [988] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:08.076 UTC [989] ERROR:  relation "users_token" already exists
2021-11-17 04:37:08.076 UTC [989] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:14.152 UTC [990] ERROR:  relation "users_token" already exists
2021-11-17 04:37:14.152 UTC [990] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:20.395 UTC [992] ERROR:  relation "users_token" already exists
2021-11-17 04:37:20.395 UTC [992] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:26.559 UTC [993] ERROR:  relation "users_token" already exists
2021-11-17 04:37:26.559 UTC [993] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:32.537 UTC [994] ERROR:  relation "users_token" already exists
2021-11-17 04:37:32.537 UTC [994] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:38.511 UTC [995] ERROR:  relation "users_token" already exists
2021-11-17 04:37:38.511 UTC [995] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:37:44.676 UTC [996] ERROR:  relation "users_token" already exists
2021-11-17 04:37:44.676 UTC [996] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:03.849 UTC [1008] ERROR:  relation "users_token" already exists
2021-11-17 04:43:03.849 UTC [1008] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:10.167 UTC [1009] ERROR:  relation "users_token" already exists
2021-11-17 04:43:10.167 UTC [1009] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:16.416 UTC [1010] ERROR:  relation "users_token" already exists
2021-11-17 04:43:16.416 UTC [1010] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:22.619 UTC [1012] ERROR:  relation "users_token" already exists
2021-11-17 04:43:22.619 UTC [1012] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:28.698 UTC [1013] ERROR:  relation "users_token" already exists
2021-11-17 04:43:28.698 UTC [1013] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:34.857 UTC [1014] ERROR:  relation "users_token" already exists
2021-11-17 04:43:34.857 UTC [1014] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:40.868 UTC [1015] ERROR:  relation "users_token" already exists
2021-11-17 04:43:40.868 UTC [1015] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:47.026 UTC [1016] ERROR:  relation "users_token" already exists
2021-11-17 04:43:47.026 UTC [1016] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:53.021 UTC [1018] ERROR:  relation "users_token" already exists
2021-11-17 04:43:53.021 UTC [1018] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:43:59.151 UTC [1019] ERROR:  relation "users_token" already exists
2021-11-17 04:43:59.151 UTC [1019] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:05.382 UTC [1020] ERROR:  relation "users_token" already exists
2021-11-17 04:44:05.382 UTC [1020] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:16.257 UTC [1021] ERROR:  relation "users_token" already exists
2021-11-17 04:44:16.257 UTC [1021] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:22.382 UTC [1023] ERROR:  relation "users_token" already exists
2021-11-17 04:44:22.382 UTC [1023] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:28.555 UTC [1024] ERROR:  relation "users_token" already exists
2021-11-17 04:44:28.555 UTC [1024] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:34.705 UTC [1025] ERROR:  relation "users_token" already exists
2021-11-17 04:44:34.705 UTC [1025] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:40.658 UTC [1026] ERROR:  relation "users_token" already exists
2021-11-17 04:44:40.658 UTC [1026] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:46.937 UTC [1027] ERROR:  relation "users_token" already exists
2021-11-17 04:44:46.937 UTC [1027] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:53.157 UTC [1029] ERROR:  relation "users_token" already exists
2021-11-17 04:44:53.157 UTC [1029] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:44:59.369 UTC [1030] ERROR:  relation "users_token" already exists
2021-11-17 04:44:59.369 UTC [1030] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:45:05.559 UTC [1031] ERROR:  relation "users_token" already exists
2021-11-17 04:45:05.559 UTC [1031] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:45:11.635 UTC [1032] ERROR:  relation "users_token" already exists
2021-11-17 04:45:11.635 UTC [1032] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:50:30.223 UTC [1044] ERROR:  relation "users_token" already exists
2021-11-17 04:50:30.223 UTC [1044] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:50:36.365 UTC [1045] ERROR:  relation "users_token" already exists
2021-11-17 04:50:36.365 UTC [1045] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:50:42.420 UTC [1046] ERROR:  relation "users_token" already exists
2021-11-17 04:50:42.420 UTC [1046] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:50:48.589 UTC [1047] ERROR:  relation "users_token" already exists
2021-11-17 04:50:48.589 UTC [1047] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:50:54.889 UTC [1049] ERROR:  relation "users_token" already exists
2021-11-17 04:50:54.889 UTC [1049] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:00.979 UTC [1050] ERROR:  relation "users_token" already exists
2021-11-17 04:51:00.979 UTC [1050] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:07.021 UTC [1051] ERROR:  relation "users_token" already exists
2021-11-17 04:51:07.021 UTC [1051] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:13.113 UTC [1052] ERROR:  relation "users_token" already exists
2021-11-17 04:51:13.113 UTC [1052] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:19.119 UTC [1053] ERROR:  relation "users_token" already exists
2021-11-17 04:51:19.119 UTC [1053] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:25.290 UTC [1055] ERROR:  relation "users_token" already exists
2021-11-17 04:51:25.290 UTC [1055] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:33.333 UTC [1056] ERROR:  relation "users_token" already exists
2021-11-17 04:51:33.333 UTC [1056] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:39.348 UTC [1057] ERROR:  relation "users_token" already exists
2021-11-17 04:51:39.348 UTC [1057] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:45.499 UTC [1058] ERROR:  relation "users_token" already exists
2021-11-17 04:51:45.499 UTC [1058] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:51.595 UTC [1060] ERROR:  relation "users_token" already exists
2021-11-17 04:51:51.595 UTC [1060] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:51:57.918 UTC [1061] ERROR:  relation "users_token" already exists
2021-11-17 04:51:57.918 UTC [1061] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:52:04.016 UTC [1062] ERROR:  relation "users_token" already exists
2021-11-17 04:52:04.016 UTC [1062] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:52:10.084 UTC [1063] ERROR:  relation "users_token" already exists
2021-11-17 04:52:10.084 UTC [1063] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:52:16.180 UTC [1064] ERROR:  relation "users_token" already exists
2021-11-17 04:52:16.180 UTC [1064] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:52:22.183 UTC [1066] ERROR:  relation "users_token" already exists
2021-11-17 04:52:22.183 UTC [1066] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:52:28.336 UTC [1067] ERROR:  relation "users_token" already exists
2021-11-17 04:52:28.336 UTC [1067] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:52:34.468 UTC [1068] ERROR:  relation "users_token" already exists
2021-11-17 04:52:34.468 UTC [1068] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:57:46.764 UTC [1079] ERROR:  relation "users_token" already exists
2021-11-17 04:57:46.764 UTC [1079] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:57:52.611 UTC [1081] ERROR:  relation "users_token" already exists
2021-11-17 04:57:52.611 UTC [1081] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:57:58.606 UTC [1082] ERROR:  relation "users_token" already exists
2021-11-17 04:57:58.606 UTC [1082] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:04.717 UTC [1083] ERROR:  relation "users_token" already exists
2021-11-17 04:58:04.717 UTC [1083] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:10.765 UTC [1084] ERROR:  relation "users_token" already exists
2021-11-17 04:58:10.765 UTC [1084] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:17.054 UTC [1085] ERROR:  relation "users_token" already exists
2021-11-17 04:58:17.054 UTC [1085] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:23.237 UTC [1087] ERROR:  relation "users_token" already exists
2021-11-17 04:58:23.237 UTC [1087] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:29.525 UTC [1088] ERROR:  relation "users_token" already exists
2021-11-17 04:58:29.525 UTC [1088] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:35.619 UTC [1089] ERROR:  relation "users_token" already exists
2021-11-17 04:58:35.619 UTC [1089] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:41.789 UTC [1090] ERROR:  relation "users_token" already exists
2021-11-17 04:58:41.789 UTC [1090] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:58:54.664 UTC [1092] ERROR:  relation "users_token" already exists
2021-11-17 04:58:54.664 UTC [1092] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:00.938 UTC [1093] ERROR:  relation "users_token" already exists
2021-11-17 04:59:00.938 UTC [1093] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:07.222 UTC [1094] ERROR:  relation "users_token" already exists
2021-11-17 04:59:07.222 UTC [1094] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:13.346 UTC [1095] ERROR:  relation "users_token" already exists
2021-11-17 04:59:13.346 UTC [1095] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:19.365 UTC [1096] ERROR:  relation "users_token" already exists
2021-11-17 04:59:19.365 UTC [1096] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:25.528 UTC [1098] ERROR:  relation "users_token" already exists
2021-11-17 04:59:25.528 UTC [1098] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:31.698 UTC [1099] ERROR:  relation "users_token" already exists
2021-11-17 04:59:31.698 UTC [1099] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:37.909 UTC [1100] ERROR:  relation "users_token" already exists
2021-11-17 04:59:37.909 UTC [1100] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:43.989 UTC [1101] ERROR:  relation "users_token" already exists
2021-11-17 04:59:43.989 UTC [1101] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:50.009 UTC [1103] ERROR:  relation "users_token" already exists
2021-11-17 04:59:50.009 UTC [1103] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 04:59:56.132 UTC [1104] ERROR:  relation "users_token" already exists
2021-11-17 04:59:56.132 UTC [1104] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:04.578 UTC [1115] ERROR:  relation "users_token" already exists
2021-11-17 05:05:04.578 UTC [1115] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:10.944 UTC [1116] ERROR:  relation "users_token" already exists
2021-11-17 05:05:10.944 UTC [1116] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:16.941 UTC [1117] ERROR:  relation "users_token" already exists
2021-11-17 05:05:16.941 UTC [1117] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:23.141 UTC [1119] ERROR:  relation "users_token" already exists
2021-11-17 05:05:23.141 UTC [1119] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:29.285 UTC [1120] ERROR:  relation "users_token" already exists
2021-11-17 05:05:29.285 UTC [1120] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:35.258 UTC [1121] ERROR:  relation "users_token" already exists
2021-11-17 05:05:35.258 UTC [1121] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:41.272 UTC [1122] ERROR:  relation "users_token" already exists
2021-11-17 05:05:41.272 UTC [1122] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:47.273 UTC [1123] ERROR:  relation "users_token" already exists
2021-11-17 05:05:47.273 UTC [1123] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:53.259 UTC [1125] ERROR:  relation "users_token" already exists
2021-11-17 05:05:53.259 UTC [1125] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:05:59.424 UTC [1126] ERROR:  relation "users_token" already exists
2021-11-17 05:05:59.424 UTC [1126] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:11.675 UTC [1128] ERROR:  relation "users_token" already exists
2021-11-17 05:06:11.675 UTC [1128] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:17.664 UTC [1129] ERROR:  relation "users_token" already exists
2021-11-17 05:06:17.664 UTC [1129] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:24.056 UTC [1131] ERROR:  relation "users_token" already exists
2021-11-17 05:06:24.056 UTC [1131] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:30.213 UTC [1132] ERROR:  relation "users_token" already exists
2021-11-17 05:06:30.213 UTC [1132] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:36.254 UTC [1133] ERROR:  relation "users_token" already exists
2021-11-17 05:06:36.254 UTC [1133] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:42.377 UTC [1134] ERROR:  relation "users_token" already exists
2021-11-17 05:06:42.377 UTC [1134] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:48.364 UTC [1135] ERROR:  relation "users_token" already exists
2021-11-17 05:06:48.364 UTC [1135] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:06:54.641 UTC [1137] ERROR:  relation "users_token" already exists
2021-11-17 05:06:54.641 UTC [1137] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:07:00.755 UTC [1138] ERROR:  relation "users_token" already exists
2021-11-17 05:07:00.755 UTC [1138] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:07:06.823 UTC [1139] ERROR:  relation "users_token" already exists
2021-11-17 05:07:06.823 UTC [1139] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:07:12.994 UTC [1140] ERROR:  relation "users_token" already exists
2021-11-17 05:07:12.994 UTC [1140] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:12:31.763 UTC [1152] ERROR:  relation "users_token" already exists
2021-11-17 05:12:31.763 UTC [1152] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:12:37.648 UTC [1153] ERROR:  relation "users_token" already exists
2021-11-17 05:12:37.648 UTC [1153] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:12:43.682 UTC [1154] ERROR:  relation "users_token" already exists
2021-11-17 05:12:43.682 UTC [1154] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:12:49.903 UTC [1156] ERROR:  relation "users_token" already exists
2021-11-17 05:12:49.903 UTC [1156] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:12:56.015 UTC [1157] ERROR:  relation "users_token" already exists
2021-11-17 05:12:56.015 UTC [1157] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:02.145 UTC [1158] ERROR:  relation "users_token" already exists
2021-11-17 05:13:02.145 UTC [1158] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:08.369 UTC [1159] ERROR:  relation "users_token" already exists
2021-11-17 05:13:08.369 UTC [1159] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:14.704 UTC [1160] ERROR:  relation "users_token" already exists
2021-11-17 05:13:14.704 UTC [1160] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:20.703 UTC [1162] ERROR:  relation "users_token" already exists
2021-11-17 05:13:20.703 UTC [1162] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:26.801 UTC [1163] ERROR:  relation "users_token" already exists
2021-11-17 05:13:26.801 UTC [1163] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:32.744 UTC [1164] ERROR:  relation "users_token" already exists
2021-11-17 05:13:32.744 UTC [1164] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:42.744 UTC [1165] ERROR:  relation "users_token" already exists
2021-11-17 05:13:42.744 UTC [1165] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:48.897 UTC [1166] ERROR:  relation "users_token" already exists
2021-11-17 05:13:48.897 UTC [1166] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:13:55.001 UTC [1168] ERROR:  relation "users_token" already exists
2021-11-17 05:13:55.001 UTC [1168] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:00.984 UTC [1169] ERROR:  relation "users_token" already exists
2021-11-17 05:14:00.984 UTC [1169] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:07.102 UTC [1170] ERROR:  relation "users_token" already exists
2021-11-17 05:14:07.102 UTC [1170] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:13.153 UTC [1171] ERROR:  relation "users_token" already exists
2021-11-17 05:14:13.153 UTC [1171] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:19.219 UTC [1172] ERROR:  relation "users_token" already exists
2021-11-17 05:14:19.219 UTC [1172] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:25.437 UTC [1174] ERROR:  relation "users_token" already exists
2021-11-17 05:14:25.437 UTC [1174] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:31.664 UTC [1175] ERROR:  relation "users_token" already exists
2021-11-17 05:14:31.664 UTC [1175] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:37.785 UTC [1176] ERROR:  relation "users_token" already exists
2021-11-17 05:14:37.785 UTC [1176] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:14:43.951 UTC [1177] ERROR:  relation "users_token" already exists
2021-11-17 05:14:43.951 UTC [1177] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:19:56.387 UTC [1189] ERROR:  relation "users_token" already exists
2021-11-17 05:19:56.387 UTC [1189] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:02.470 UTC [1190] ERROR:  relation "users_token" already exists
2021-11-17 05:20:02.470 UTC [1190] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:08.605 UTC [1191] ERROR:  relation "users_token" already exists
2021-11-17 05:20:08.605 UTC [1191] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:14.663 UTC [1192] ERROR:  relation "users_token" already exists
2021-11-17 05:20:14.663 UTC [1192] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:20.748 UTC [1194] ERROR:  relation "users_token" already exists
2021-11-17 05:20:20.748 UTC [1194] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:26.776 UTC [1195] ERROR:  relation "users_token" already exists
2021-11-17 05:20:26.776 UTC [1195] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:32.591 UTC [1196] ERROR:  relation "users_token" already exists
2021-11-17 05:20:32.591 UTC [1196] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:38.503 UTC [1197] ERROR:  relation "users_token" already exists
2021-11-17 05:20:38.503 UTC [1197] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:44.542 UTC [1198] ERROR:  relation "users_token" already exists
2021-11-17 05:20:44.542 UTC [1198] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:20:50.581 UTC [1200] ERROR:  relation "users_token" already exists
2021-11-17 05:20:50.581 UTC [1200] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:03.241 UTC [1201] ERROR:  relation "users_token" already exists
2021-11-17 05:21:03.241 UTC [1201] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:09.289 UTC [1202] ERROR:  relation "users_token" already exists
2021-11-17 05:21:09.289 UTC [1202] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:15.455 UTC [1203] ERROR:  relation "users_token" already exists
2021-11-17 05:21:15.455 UTC [1203] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:21.531 UTC [1205] ERROR:  relation "users_token" already exists
2021-11-17 05:21:21.531 UTC [1205] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:27.823 UTC [1206] ERROR:  relation "users_token" already exists
2021-11-17 05:21:27.823 UTC [1206] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:33.779 UTC [1207] ERROR:  relation "users_token" already exists
2021-11-17 05:21:33.779 UTC [1207] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:39.833 UTC [1208] ERROR:  relation "users_token" already exists
2021-11-17 05:21:39.833 UTC [1208] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:45.937 UTC [1209] ERROR:  relation "users_token" already exists
2021-11-17 05:21:45.937 UTC [1209] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:52.009 UTC [1211] ERROR:  relation "users_token" already exists
2021-11-17 05:21:52.009 UTC [1211] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:21:58.100 UTC [1212] ERROR:  relation "users_token" already exists
2021-11-17 05:21:58.100 UTC [1212] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:22:04.276 UTC [1213] ERROR:  relation "users_token" already exists
2021-11-17 05:22:04.276 UTC [1213] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:27:20.117 UTC [1224] ERROR:  relation "users_token" already exists
2021-11-17 05:27:20.117 UTC [1224] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:27:26.403 UTC [1226] ERROR:  relation "users_token" already exists
2021-11-17 05:27:26.403 UTC [1226] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:27:32.337 UTC [1227] ERROR:  relation "users_token" already exists
2021-11-17 05:27:32.337 UTC [1227] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:27:38.332 UTC [1228] ERROR:  relation "users_token" already exists
2021-11-17 05:27:38.332 UTC [1228] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:27:44.392 UTC [1229] ERROR:  relation "users_token" already exists
2021-11-17 05:27:44.392 UTC [1229] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:27:50.433 UTC [1231] ERROR:  relation "users_token" already exists
2021-11-17 05:27:50.433 UTC [1231] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:27:56.488 UTC [1232] ERROR:  relation "users_token" already exists
2021-11-17 05:27:56.488 UTC [1232] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:02.534 UTC [1233] ERROR:  relation "users_token" already exists
2021-11-17 05:28:02.534 UTC [1233] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:08.539 UTC [1234] ERROR:  relation "users_token" already exists
2021-11-17 05:28:08.539 UTC [1234] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:14.636 UTC [1235] ERROR:  relation "users_token" already exists
2021-11-17 05:28:14.636 UTC [1235] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:23.545 UTC [1237] ERROR:  relation "users_token" already exists
2021-11-17 05:28:23.545 UTC [1237] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:29.963 UTC [1238] ERROR:  relation "users_token" already exists
2021-11-17 05:28:29.963 UTC [1238] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:35.976 UTC [1239] ERROR:  relation "users_token" already exists
2021-11-17 05:28:35.976 UTC [1239] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:41.938 UTC [1240] ERROR:  relation "users_token" already exists
2021-11-17 05:28:41.938 UTC [1240] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:48.040 UTC [1241] ERROR:  relation "users_token" already exists
2021-11-17 05:28:48.040 UTC [1241] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:28:54.179 UTC [1243] ERROR:  relation "users_token" already exists
2021-11-17 05:28:54.179 UTC [1243] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:29:00.139 UTC [1244] ERROR:  relation "users_token" already exists
2021-11-17 05:29:00.139 UTC [1244] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:29:06.479 UTC [1245] ERROR:  relation "users_token" already exists
2021-11-17 05:29:06.479 UTC [1245] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:29:12.663 UTC [1246] ERROR:  relation "users_token" already exists
2021-11-17 05:29:12.663 UTC [1246] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:29:18.564 UTC [1247] ERROR:  relation "users_token" already exists
2021-11-17 05:29:18.564 UTC [1247] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:29:24.728 UTC [1249] ERROR:  relation "users_token" already exists
2021-11-17 05:29:24.728 UTC [1249] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:34:40.160 UTC [1260] ERROR:  relation "users_token" already exists
2021-11-17 05:34:40.160 UTC [1260] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:34:46.312 UTC [1261] ERROR:  relation "users_token" already exists
2021-11-17 05:34:46.312 UTC [1261] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:34:52.355 UTC [1263] ERROR:  relation "users_token" already exists
2021-11-17 05:34:52.355 UTC [1263] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:34:58.589 UTC [1264] ERROR:  relation "users_token" already exists
2021-11-17 05:34:58.589 UTC [1264] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:04.754 UTC [1265] ERROR:  relation "users_token" already exists
2021-11-17 05:35:04.754 UTC [1265] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:10.937 UTC [1266] ERROR:  relation "users_token" already exists
2021-11-17 05:35:10.937 UTC [1266] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:17.097 UTC [1267] ERROR:  relation "users_token" already exists
2021-11-17 05:35:17.097 UTC [1267] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:23.045 UTC [1269] ERROR:  relation "users_token" already exists
2021-11-17 05:35:23.045 UTC [1269] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:29.111 UTC [1270] ERROR:  relation "users_token" already exists
2021-11-17 05:35:29.111 UTC [1270] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:35.107 UTC [1271] ERROR:  relation "users_token" already exists
2021-11-17 05:35:35.107 UTC [1271] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:44.040 UTC [1272] ERROR:  relation "users_token" already exists
2021-11-17 05:35:44.040 UTC [1272] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:50.212 UTC [1274] ERROR:  relation "users_token" already exists
2021-11-17 05:35:50.212 UTC [1274] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:35:56.306 UTC [1275] ERROR:  relation "users_token" already exists
2021-11-17 05:35:56.306 UTC [1275] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:02.280 UTC [1276] ERROR:  relation "users_token" already exists
2021-11-17 05:36:02.280 UTC [1276] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:08.437 UTC [1277] ERROR:  relation "users_token" already exists
2021-11-17 05:36:08.437 UTC [1277] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:14.503 UTC [1278] ERROR:  relation "users_token" already exists
2021-11-17 05:36:14.503 UTC [1278] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:20.726 UTC [1280] ERROR:  relation "users_token" already exists
2021-11-17 05:36:20.726 UTC [1280] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:26.903 UTC [1281] ERROR:  relation "users_token" already exists
2021-11-17 05:36:26.903 UTC [1281] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:32.874 UTC [1282] ERROR:  relation "users_token" already exists
2021-11-17 05:36:32.874 UTC [1282] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:38.995 UTC [1283] ERROR:  relation "users_token" already exists
2021-11-17 05:36:38.995 UTC [1283] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:36:45.230 UTC [1284] ERROR:  relation "users_token" already exists
2021-11-17 05:36:45.230 UTC [1284] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:43:24.673 UTC [1299] ERROR:  relation "users_token" already exists
2021-11-17 05:43:24.673 UTC [1299] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:43:30.828 UTC [1300] ERROR:  relation "users_token" already exists
2021-11-17 05:43:30.828 UTC [1300] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:43:36.804 UTC [1301] ERROR:  relation "users_token" already exists
2021-11-17 05:43:36.804 UTC [1301] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:43:42.816 UTC [1302] ERROR:  relation "users_token" already exists
2021-11-17 05:43:42.816 UTC [1302] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:43:48.919 UTC [1303] ERROR:  relation "users_token" already exists
2021-11-17 05:43:48.919 UTC [1303] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:43:55.207 UTC [1305] ERROR:  relation "users_token" already exists
2021-11-17 05:43:55.207 UTC [1305] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:01.429 UTC [1306] ERROR:  relation "users_token" already exists
2021-11-17 05:44:01.429 UTC [1306] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:07.631 UTC [1307] ERROR:  relation "users_token" already exists
2021-11-17 05:44:07.631 UTC [1307] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:13.795 UTC [1308] ERROR:  relation "users_token" already exists
2021-11-17 05:44:13.795 UTC [1308] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:19.906 UTC [1309] ERROR:  relation "users_token" already exists
2021-11-17 05:44:19.906 UTC [1309] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:35.332 UTC [1311] ERROR:  relation "users_token" already exists
2021-11-17 05:44:35.332 UTC [1311] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:41.444 UTC [1312] ERROR:  relation "users_token" already exists
2021-11-17 05:44:41.444 UTC [1312] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:47.459 UTC [1313] ERROR:  relation "users_token" already exists
2021-11-17 05:44:47.459 UTC [1313] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:53.515 UTC [1315] ERROR:  relation "users_token" already exists
2021-11-17 05:44:53.515 UTC [1315] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:44:59.715 UTC [1316] ERROR:  relation "users_token" already exists
2021-11-17 05:44:59.715 UTC [1316] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:45:05.956 UTC [1317] ERROR:  relation "users_token" already exists
2021-11-17 05:45:05.956 UTC [1317] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:45:12.050 UTC [1318] ERROR:  relation "users_token" already exists
2021-11-17 05:45:12.050 UTC [1318] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:45:18.122 UTC [1319] ERROR:  relation "users_token" already exists
2021-11-17 05:45:18.122 UTC [1319] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:45:24.350 UTC [1321] ERROR:  relation "users_token" already exists
2021-11-17 05:45:24.350 UTC [1321] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:45:30.654 UTC [1322] ERROR:  relation "users_token" already exists
2021-11-17 05:45:30.654 UTC [1322] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:50:54.440 UTC [1335] ERROR:  relation "users_token" already exists
2021-11-17 05:50:54.440 UTC [1335] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:00.379 UTC [1336] ERROR:  relation "users_token" already exists
2021-11-17 05:51:00.379 UTC [1336] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:06.458 UTC [1337] ERROR:  relation "users_token" already exists
2021-11-17 05:51:06.458 UTC [1337] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:12.467 UTC [1338] ERROR:  relation "users_token" already exists
2021-11-17 05:51:12.467 UTC [1338] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:18.601 UTC [1339] ERROR:  relation "users_token" already exists
2021-11-17 05:51:18.601 UTC [1339] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:24.826 UTC [1341] ERROR:  relation "users_token" already exists
2021-11-17 05:51:24.826 UTC [1341] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:31.031 UTC [1342] ERROR:  relation "users_token" already exists
2021-11-17 05:51:31.031 UTC [1342] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:37.247 UTC [1343] ERROR:  relation "users_token" already exists
2021-11-17 05:51:37.247 UTC [1343] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:43.489 UTC [1344] ERROR:  relation "users_token" already exists
2021-11-17 05:51:43.489 UTC [1344] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:49.680 UTC [1345] ERROR:  relation "users_token" already exists
2021-11-17 05:51:49.680 UTC [1345] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:51:56.037 UTC [1347] ERROR:  relation "users_token" already exists
2021-11-17 05:51:56.037 UTC [1347] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:03.979 UTC [1348] ERROR:  relation "users_token" already exists
2021-11-17 05:52:03.979 UTC [1348] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:10.172 UTC [1349] ERROR:  relation "users_token" already exists
2021-11-17 05:52:10.172 UTC [1349] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:16.357 UTC [1350] ERROR:  relation "users_token" already exists
2021-11-17 05:52:16.357 UTC [1350] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:22.631 UTC [1352] ERROR:  relation "users_token" already exists
2021-11-17 05:52:22.631 UTC [1352] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:28.825 UTC [1353] ERROR:  relation "users_token" already exists
2021-11-17 05:52:28.825 UTC [1353] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:35.101 UTC [1354] ERROR:  relation "users_token" already exists
2021-11-17 05:52:35.101 UTC [1354] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:41.200 UTC [1355] ERROR:  relation "users_token" already exists
2021-11-17 05:52:41.200 UTC [1355] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:47.303 UTC [1356] ERROR:  relation "users_token" already exists
2021-11-17 05:52:47.303 UTC [1356] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:53.503 UTC [1358] ERROR:  relation "users_token" already exists
2021-11-17 05:52:53.503 UTC [1358] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:52:59.887 UTC [1359] ERROR:  relation "users_token" already exists
2021-11-17 05:52:59.887 UTC [1359] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:15.920 UTC [1370] ERROR:  relation "users_token" already exists
2021-11-17 05:58:15.920 UTC [1370] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:22.176 UTC [1372] ERROR:  relation "users_token" already exists
2021-11-17 05:58:22.176 UTC [1372] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:28.222 UTC [1373] ERROR:  relation "users_token" already exists
2021-11-17 05:58:28.222 UTC [1373] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:34.376 UTC [1374] ERROR:  relation "users_token" already exists
2021-11-17 05:58:34.376 UTC [1374] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:40.451 UTC [1375] ERROR:  relation "users_token" already exists
2021-11-17 05:58:40.451 UTC [1375] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:46.574 UTC [1376] ERROR:  relation "users_token" already exists
2021-11-17 05:58:46.574 UTC [1376] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:52.584 UTC [1378] ERROR:  relation "users_token" already exists
2021-11-17 05:58:52.584 UTC [1378] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:58:58.564 UTC [1379] ERROR:  relation "users_token" already exists
2021-11-17 05:58:58.564 UTC [1379] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:04.980 UTC [1380] ERROR:  relation "users_token" already exists
2021-11-17 05:59:04.980 UTC [1380] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:11.187 UTC [1381] ERROR:  relation "users_token" already exists
2021-11-17 05:59:11.187 UTC [1381] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:23.662 UTC [1383] ERROR:  relation "users_token" already exists
2021-11-17 05:59:23.662 UTC [1383] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:29.828 UTC [1384] ERROR:  relation "users_token" already exists
2021-11-17 05:59:29.828 UTC [1384] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:35.952 UTC [1385] ERROR:  relation "users_token" already exists
2021-11-17 05:59:35.952 UTC [1385] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:41.965 UTC [1386] ERROR:  relation "users_token" already exists
2021-11-17 05:59:41.965 UTC [1386] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:47.971 UTC [1387] ERROR:  relation "users_token" already exists
2021-11-17 05:59:47.971 UTC [1387] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 05:59:54.050 UTC [1389] ERROR:  relation "users_token" already exists
2021-11-17 05:59:54.050 UTC [1389] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:00:00.267 UTC [1390] ERROR:  relation "users_token" already exists
2021-11-17 06:00:00.267 UTC [1390] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:00:06.357 UTC [1391] ERROR:  relation "users_token" already exists
2021-11-17 06:00:06.357 UTC [1391] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:00:12.357 UTC [1392] ERROR:  relation "users_token" already exists
2021-11-17 06:00:12.357 UTC [1392] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:00:18.482 UTC [1393] ERROR:  relation "users_token" already exists
2021-11-17 06:00:18.482 UTC [1393] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:00:24.840 UTC [1395] ERROR:  relation "users_token" already exists
2021-11-17 06:00:24.840 UTC [1395] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:05:35.793 UTC [1406] ERROR:  relation "users_token" already exists
2021-11-17 06:05:35.793 UTC [1406] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:05:41.888 UTC [1407] ERROR:  relation "users_token" already exists
2021-11-17 06:05:41.888 UTC [1407] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:05:47.904 UTC [1408] ERROR:  relation "users_token" already exists
2021-11-17 06:05:47.904 UTC [1408] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:05:54.120 UTC [1410] ERROR:  relation "users_token" already exists
2021-11-17 06:05:54.120 UTC [1410] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:00.285 UTC [1411] ERROR:  relation "users_token" already exists
2021-11-17 06:06:00.285 UTC [1411] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:06.521 UTC [1412] ERROR:  relation "users_token" already exists
2021-11-17 06:06:06.521 UTC [1412] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:12.595 UTC [1413] ERROR:  relation "users_token" already exists
2021-11-17 06:06:12.595 UTC [1413] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:18.659 UTC [1414] ERROR:  relation "users_token" already exists
2021-11-17 06:06:18.659 UTC [1414] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:24.789 UTC [1416] ERROR:  relation "users_token" already exists
2021-11-17 06:06:24.789 UTC [1416] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:30.925 UTC [1417] ERROR:  relation "users_token" already exists
2021-11-17 06:06:30.925 UTC [1417] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:43.478 UTC [1418] ERROR:  relation "users_token" already exists
2021-11-17 06:06:43.478 UTC [1418] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:50.108 UTC [1419] ERROR:  relation "users_token" already exists
2021-11-17 06:06:50.108 UTC [1419] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:06:56.311 UTC [1421] ERROR:  relation "users_token" already exists
2021-11-17 06:06:56.311 UTC [1421] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:02.392 UTC [1422] ERROR:  relation "users_token" already exists
2021-11-17 06:07:02.392 UTC [1422] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:08.459 UTC [1423] ERROR:  relation "users_token" already exists
2021-11-17 06:07:08.459 UTC [1423] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:14.633 UTC [1424] ERROR:  relation "users_token" already exists
2021-11-17 06:07:14.633 UTC [1424] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:20.831 UTC [1425] ERROR:  relation "users_token" already exists
2021-11-17 06:07:20.831 UTC [1425] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:26.964 UTC [1427] ERROR:  relation "users_token" already exists
2021-11-17 06:07:26.964 UTC [1427] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:33.132 UTC [1428] ERROR:  relation "users_token" already exists
2021-11-17 06:07:33.132 UTC [1428] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:39.151 UTC [1429] ERROR:  relation "users_token" already exists
2021-11-17 06:07:39.151 UTC [1429] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:07:45.255 UTC [1430] ERROR:  relation "users_token" already exists
2021-11-17 06:07:45.255 UTC [1430] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:13:19.872 UTC [1442] ERROR:  relation "users_token" already exists
2021-11-17 06:13:19.872 UTC [1442] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:13:26.326 UTC [1444] ERROR:  relation "users_token" already exists
2021-11-17 06:13:26.326 UTC [1444] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:13:32.324 UTC [1445] ERROR:  relation "users_token" already exists
2021-11-17 06:13:32.324 UTC [1445] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:13:38.499 UTC [1446] ERROR:  relation "users_token" already exists
2021-11-17 06:13:38.499 UTC [1446] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:13:44.809 UTC [1447] ERROR:  relation "users_token" already exists
2021-11-17 06:13:44.809 UTC [1447] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:13:50.997 UTC [1448] ERROR:  relation "users_token" already exists
2021-11-17 06:13:50.997 UTC [1448] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:13:57.153 UTC [1450] ERROR:  relation "users_token" already exists
2021-11-17 06:13:57.153 UTC [1450] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:03.235 UTC [1451] ERROR:  relation "users_token" already exists
2021-11-17 06:14:03.235 UTC [1451] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:09.288 UTC [1452] ERROR:  relation "users_token" already exists
2021-11-17 06:14:09.288 UTC [1452] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:15.318 UTC [1453] ERROR:  relation "users_token" already exists
2021-11-17 06:14:15.318 UTC [1453] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:23.763 UTC [1455] ERROR:  relation "users_token" already exists
2021-11-17 06:14:23.763 UTC [1455] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:30.240 UTC [1456] ERROR:  relation "users_token" already exists
2021-11-17 06:14:30.240 UTC [1456] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:36.498 UTC [1457] ERROR:  relation "users_token" already exists
2021-11-17 06:14:36.498 UTC [1457] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:42.806 UTC [1458] ERROR:  relation "users_token" already exists
2021-11-17 06:14:42.806 UTC [1458] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:48.980 UTC [1459] ERROR:  relation "users_token" already exists
2021-11-17 06:14:48.980 UTC [1459] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:14:55.344 UTC [1461] ERROR:  relation "users_token" already exists
2021-11-17 06:14:55.344 UTC [1461] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:15:01.588 UTC [1462] ERROR:  relation "users_token" already exists
2021-11-17 06:15:01.588 UTC [1462] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:15:08.236 UTC [1463] ERROR:  relation "users_token" already exists
2021-11-17 06:15:08.236 UTC [1463] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:15:14.533 UTC [1464] ERROR:  relation "users_token" already exists
2021-11-17 06:15:14.533 UTC [1464] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:15:20.651 UTC [1465] ERROR:  relation "users_token" already exists
2021-11-17 06:15:20.651 UTC [1465] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:20:38.687 UTC [1477] ERROR:  relation "users_token" already exists
2021-11-17 06:20:38.687 UTC [1477] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:20:45.216 UTC [1478] ERROR:  relation "users_token" already exists
2021-11-17 06:20:45.216 UTC [1478] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:20:51.273 UTC [1479] ERROR:  relation "users_token" already exists
2021-11-17 06:20:51.273 UTC [1479] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:20:57.270 UTC [1481] ERROR:  relation "users_token" already exists
2021-11-17 06:20:57.270 UTC [1481] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:03.283 UTC [1482] ERROR:  relation "users_token" already exists
2021-11-17 06:21:03.283 UTC [1482] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:09.271 UTC [1483] ERROR:  relation "users_token" already exists
2021-11-17 06:21:09.271 UTC [1483] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:15.412 UTC [1484] ERROR:  relation "users_token" already exists
2021-11-17 06:21:15.412 UTC [1484] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:21.472 UTC [1486] ERROR:  relation "users_token" already exists
2021-11-17 06:21:21.472 UTC [1486] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:27.823 UTC [1487] ERROR:  relation "users_token" already exists
2021-11-17 06:21:27.823 UTC [1487] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:33.802 UTC [1488] ERROR:  relation "users_token" already exists
2021-11-17 06:21:33.802 UTC [1488] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:42.700 UTC [1489] ERROR:  relation "users_token" already exists
2021-11-17 06:21:42.700 UTC [1489] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:48.812 UTC [1490] ERROR:  relation "users_token" already exists
2021-11-17 06:21:48.812 UTC [1490] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:21:54.949 UTC [1492] ERROR:  relation "users_token" already exists
2021-11-17 06:21:54.949 UTC [1492] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:01.105 UTC [1493] ERROR:  relation "users_token" already exists
2021-11-17 06:22:01.105 UTC [1493] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:07.313 UTC [1494] ERROR:  relation "users_token" already exists
2021-11-17 06:22:07.313 UTC [1494] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:13.435 UTC [1495] ERROR:  relation "users_token" already exists
2021-11-17 06:22:13.435 UTC [1495] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:19.586 UTC [1496] ERROR:  relation "users_token" already exists
2021-11-17 06:22:19.586 UTC [1496] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:25.881 UTC [1498] ERROR:  relation "users_token" already exists
2021-11-17 06:22:25.881 UTC [1498] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:31.939 UTC [1499] ERROR:  relation "users_token" already exists
2021-11-17 06:22:31.939 UTC [1499] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:37.931 UTC [1500] ERROR:  relation "users_token" already exists
2021-11-17 06:22:37.931 UTC [1500] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:22:43.882 UTC [1501] ERROR:  relation "users_token" already exists
2021-11-17 06:22:43.882 UTC [1501] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:06.198 UTC [1513] ERROR:  relation "users_token" already exists
2021-11-17 06:28:06.198 UTC [1513] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:12.447 UTC [1514] ERROR:  relation "users_token" already exists
2021-11-17 06:28:12.447 UTC [1514] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:18.379 UTC [1515] ERROR:  relation "users_token" already exists
2021-11-17 06:28:18.379 UTC [1515] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:24.537 UTC [1517] ERROR:  relation "users_token" already exists
2021-11-17 06:28:24.537 UTC [1517] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:30.634 UTC [1518] ERROR:  relation "users_token" already exists
2021-11-17 06:28:30.634 UTC [1518] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:36.709 UTC [1519] ERROR:  relation "users_token" already exists
2021-11-17 06:28:36.709 UTC [1519] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:42.798 UTC [1520] ERROR:  relation "users_token" already exists
2021-11-17 06:28:42.798 UTC [1520] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:48.872 UTC [1521] ERROR:  relation "users_token" already exists
2021-11-17 06:28:48.872 UTC [1521] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:28:55.085 UTC [1523] ERROR:  relation "users_token" already exists
2021-11-17 06:28:55.085 UTC [1523] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:01.363 UTC [1524] ERROR:  relation "users_token" already exists
2021-11-17 06:29:01.363 UTC [1524] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:14.952 UTC [1525] ERROR:  relation "users_token" already exists
2021-11-17 06:29:14.952 UTC [1525] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:21.140 UTC [1526] ERROR:  relation "users_token" already exists
2021-11-17 06:29:21.140 UTC [1526] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:27.337 UTC [1528] ERROR:  relation "users_token" already exists
2021-11-17 06:29:27.337 UTC [1528] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:33.446 UTC [1529] ERROR:  relation "users_token" already exists
2021-11-17 06:29:33.446 UTC [1529] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:39.497 UTC [1530] ERROR:  relation "users_token" already exists
2021-11-17 06:29:39.497 UTC [1530] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:45.817 UTC [1531] ERROR:  relation "users_token" already exists
2021-11-17 06:29:45.817 UTC [1531] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:51.799 UTC [1533] ERROR:  relation "users_token" already exists
2021-11-17 06:29:51.799 UTC [1533] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:29:58.019 UTC [1534] ERROR:  relation "users_token" already exists
2021-11-17 06:29:58.019 UTC [1534] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:30:04.248 UTC [1535] ERROR:  relation "users_token" already exists
2021-11-17 06:30:04.248 UTC [1535] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:30:10.369 UTC [1536] ERROR:  relation "users_token" already exists
2021-11-17 06:30:10.369 UTC [1536] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:35:27.299 UTC [1554] ERROR:  relation "users_token" already exists
2021-11-17 06:35:27.299 UTC [1554] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:35:33.615 UTC [1555] ERROR:  relation "users_token" already exists
2021-11-17 06:35:33.615 UTC [1555] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:35:39.791 UTC [1556] ERROR:  relation "users_token" already exists
2021-11-17 06:35:39.791 UTC [1556] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:35:46.007 UTC [1557] ERROR:  relation "users_token" already exists
2021-11-17 06:35:46.007 UTC [1557] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:35:52.129 UTC [1559] ERROR:  relation "users_token" already exists
2021-11-17 06:35:52.129 UTC [1559] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:35:58.326 UTC [1560] ERROR:  relation "users_token" already exists
2021-11-17 06:35:58.326 UTC [1560] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:04.642 UTC [1561] ERROR:  relation "users_token" already exists
2021-11-17 06:36:04.642 UTC [1561] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:10.981 UTC [1562] ERROR:  relation "users_token" already exists
2021-11-17 06:36:10.981 UTC [1562] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:17.174 UTC [1563] ERROR:  relation "users_token" already exists
2021-11-17 06:36:17.174 UTC [1563] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:23.334 UTC [1565] ERROR:  relation "users_token" already exists
2021-11-17 06:36:23.334 UTC [1565] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:33.903 UTC [1566] ERROR:  relation "users_token" already exists
2021-11-17 06:36:33.903 UTC [1566] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:40.099 UTC [1567] ERROR:  relation "users_token" already exists
2021-11-17 06:36:40.099 UTC [1567] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:46.268 UTC [1568] ERROR:  relation "users_token" already exists
2021-11-17 06:36:46.268 UTC [1568] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:52.409 UTC [1570] ERROR:  relation "users_token" already exists
2021-11-17 06:36:52.409 UTC [1570] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:36:58.485 UTC [1571] ERROR:  relation "users_token" already exists
2021-11-17 06:36:58.485 UTC [1571] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:37:04.630 UTC [1572] ERROR:  relation "users_token" already exists
2021-11-17 06:37:04.630 UTC [1572] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:37:10.623 UTC [1573] ERROR:  relation "users_token" already exists
2021-11-17 06:37:10.623 UTC [1573] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:37:16.808 UTC [1574] ERROR:  relation "users_token" already exists
2021-11-17 06:37:16.808 UTC [1574] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:37:23.057 UTC [1576] ERROR:  relation "users_token" already exists
2021-11-17 06:37:23.057 UTC [1576] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:37:29.077 UTC [1577] ERROR:  relation "users_token" already exists
2021-11-17 06:37:29.077 UTC [1577] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:37:35.346 UTC [1578] ERROR:  relation "users_token" already exists
2021-11-17 06:37:35.346 UTC [1578] STATEMENT:  CREATE TABLE "users_token" ("id" serial NOT NULL PRIMARY KEY, "created" timestamp with time zone NOT NULL, "expires" timestamp with time zone NULL, "key" varchar(40) NOT NULL UNIQUE, "write_enabled" boolean NOT NULL, "description" varchar(100) NOT NULL, "user_id" integer NOT NULL)
2021-11-17 06:37:44.818 UTC [1585] LOG:  invalid length of startup packet