sentry upgrade
sentry:0424_initial
FATAL ERROR - The following SQL query failed: CREATE TABLE “sentry_activity” (“id” bigserial NOT NULL PRIMARY KEY, “project_id” bigint NOT NULL, “group_id” bigint NULL, “type” integer CHECK (“type” >= 0) NOT NULL, “ident” varchar(64) NULL, “user_id” integer NULL, “datetime” timestamp with time zone NOT NULL, “data” text NULL)
The error was: ProgrammingError(‘\xd0\x9e\xd0\xa8\xd0\x98\xd0\x91\xd0\x9a\xd0\x90: \xd0\xbe\xd1\x82\xd0\xbd\xd0\xbe\xd1\x88\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb5 “sentry_activity” \xd1\x83\xd0\xb6\xd0\xb5 \xd1\x81\xd1\x83\xd1\x89\xd0\xb5\xd1\x81\xd1\x82\xd0\xb2\xd1\x83\xd0\xb5\xd1\x82\n’,)
SQL: CREATE TABLE “sentry_activity” (“id” bigserial NOT NULL PRIMARY KEY, “project_id” bigint NOT NULL, “group_id” bigint NULL, “type” integer CHECK (“type” >= 0) NOT NULL, “ident” varchar(64) NULL, “user_id” integer NULL, “datetime” timestamp with time zone NOT NULL, “data” text NULL)
Error in migration: sentry:0424_initial
Created internal Sentry project (slug=internal, id=1)
Would you like to create a user account now? [Y/n]: y
django.db.utils.ProgrammingError: ProgrammingError('\xd0\x9e\xd0\xa8\xd0\x98\xd0\x91\xd0\x9a\xd0\x90: \xd0\xbe\xd1\x82\xd0\xbd\xd0\xbe\xd1\x88\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb5 "sentry_activity" \xd1\x83\xd0\xb6\xd0\xb5 \xd1\x81\xd1\x83\xd1\x89\xd0\xb5\xd1\x81\xd1\x82\xd0\xb2\xd1\x83\xd0\xb5\xd1\x82\n',)
SQL: CREATE TABLE "sentry_activity" ("id" bigserial NOT NULL PRIMARY KEY, "project_id" bigint NOT NULL, "group_id" bigint NULL, "type" integer CHECK ("type" >= 0) NOT NULL, "ident" varchar(64) NULL, "user_id" integer NULL, "datetime" timestamp with time zone NOT NULL, "data" text NULL)