Skip to content

Instantly share code, notes, and snippets.

@sechmann
Created August 24, 2021 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sechmann/fc4822644dfbd79d6924de67d6b4036e to your computer and use it in GitHub Desktop.
Save sechmann/fc4822644dfbd79d6924de67d6b4036e to your computer and use it in GitHub Desktop.
Sentry troubleshooting upgrade from 9.1.2 to 21.6.3
=> select * from django_migrations;
id | app | name | applied
----+-----+------+---------
(0 rows)
▶ Parsing command line ...
▶ Setting up error handling ...
▶ Checking minimum requirements ...
▶ Creating volumes for persistent storage ...
Created sentry-clickhouse.
Created sentry-data.
Created sentry-kafka.
Created sentry-postgres.
Created sentry-redis.
Created sentry-symbolicator.
Created sentry-zookeeper.
▶ Ensuring files from examples ...
../sentry/sentry.conf.py already exists, skipped creation.
../sentry/config.yml already exists, skipped creation.
Creating ../symbolicator/config.yml...
Creating ../sentry/requirements.txt...
▶ Generating secret key ...
▶ Replacing TSDB ...
▶ Fetching and updating Docker images ...
21.6.3: Pulling from getsentry/sentry
Digest: sha256:35757fba69d2516a6b3776d1e6ebdf54000bc1c585591ba1088f8e23172c35ab
Status: Image is up to date for getsentry/sentry:21.6.3
docker.io/getsentry/sentry:21.6.3
▶ Building and tagging Docker images ...
smtp uses an image, skipping
memcached uses an image, skipping
zookeeper uses an image, skipping
kafka uses an image, skipping
clickhouse uses an image, skipping
geoipupdate uses an image, skipping
snuba-api uses an image, skipping
snuba-consumer uses an image, skipping
snuba-outcomes-consumer uses an image, skipping
snuba-sessions-consumer uses an image, skipping
snuba-transactions-consumer uses an image, skipping
snuba-replacer uses an image, skipping
snuba-subscription-consumer-events uses an image, skipping
snuba-subscription-consumer-transactions uses an image, skipping
symbolicator uses an image, skipping
web uses an image, skipping
cron uses an image, skipping
worker uses an image, skipping
ingest-consumer uses an image, skipping
post-process-forwarder uses an image, skipping
subscription-consumer-events uses an image, skipping
subscription-consumer-transactions uses an image, skipping
relay uses an image, skipping
nginx uses an image, skipping
Building snuba-cleanup
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
---> c34cbe66b21c
Step 3/5 : RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
---> Running in d85c9676aa71
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [302 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
Fetched 8463 kB in 2s (4857 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
lsb-base sensible-utils
Suggested packages:
anacron logrotate checksecurity
Recommended packages:
default-mta | mail-transport-agent
The following NEW packages will be installed:
cron lsb-base sensible-utils
0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
Need to get 143 kB of archives.
After this operation, 383 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 143 kB in 0s (2671 kB/s)
Selecting previously unselected package sensible-utils.
(Reading database ... 6840 files and directories currently installed.)
Preparing to unpack .../sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package lsb-base.
Preparing to unpack .../lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package cron.
Preparing to unpack .../cron_3.0pl1-134+deb10u1_amd64.deb ...
Unpacking cron (3.0pl1-134+deb10u1) ...
Setting up lsb-base (10.2019051400) ...
Setting up sensible-utils (0.0.12) ...
Setting up cron (3.0pl1-134+deb10u1) ...
Adding group `crontab' (GID 101) ...
Done.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container d85c9676aa71
---> 6bb07e80d6c1
Step 4/5 : COPY entrypoint.sh /entrypoint.sh
---> 33a8796f6154
Step 5/5 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in dce79b934cdb
Removing intermediate container dce79b934cdb
---> a7cfbe507d38
Successfully built a7cfbe507d38
Successfully tagged snuba-cleanup-onpremise-local:latest
Building snuba-transactions-cleanup
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
---> c34cbe66b21c
Step 3/5 : RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
---> Using cache
---> 6bb07e80d6c1
Step 4/5 : COPY entrypoint.sh /entrypoint.sh
---> Using cache
---> 33a8796f6154
Step 5/5 : ENTRYPOINT ["/entrypoint.sh"]
---> Using cache
---> a7cfbe507d38
Successfully built a7cfbe507d38
Successfully tagged snuba-cleanup-onpremise-local:latest
Building symbolicator-cleanup
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
---> 64ccdf50243f
Step 3/5 : RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
---> Using cache
---> 348f2b1dc963
Step 4/5 : COPY entrypoint.sh /entrypoint.sh
---> Using cache
---> a9a7d3c270c0
Step 5/5 : ENTRYPOINT ["/entrypoint.sh"]
---> Using cache
---> 72889c60cf68
Successfully built 72889c60cf68
Successfully tagged symbolicator-cleanup-onpremise-local:latest
Building sentry-cleanup
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
---> 1cfb8bbbff0c
Step 3/5 : RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
---> Running in 1370e59103cf
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [302 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
fFetched 8463 kB in 2s (4878 kB/s)
Reading package lists..
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
lsb-base sensible-utils
Suggested packages:
anacron logrotate checksecurity
Recommended packages:
default-mta | mail-transport-agent
The following NEW packages will be installed:
cron lsb-base sensible-utils
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 143 kB of archives.
After this operation, 383 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 143 kB in 0s (2303 kB/s)
Selecting previously unselected package sensible-utils.
(Reading database ... 11935 files and directories currently installed.)
Preparing to unpack .../sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package lsb-base.
Preparing to unpack .../lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package cron.
Preparing to unpack .../cron_3.0pl1-134+deb10u1_amd64.deb ...
Unpacking cron (3.0pl1-134+deb10u1) ...
Setting up lsb-base (10.2019051400) ...
Setting up sensible-utils (0.0.12) ...
Setting up cron (3.0pl1-134+deb10u1) ...
Adding group `crontab' (GID 101) ...
Done.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 1370e59103cf
---> 0aaa9f7d0140
Step 4/5 : COPY entrypoint.sh /entrypoint.sh
---> f55b2d1588ce
Step 5/5 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in 2c7e60c7568b
Removing intermediate container 2c7e60c7568b
---> b01201862b36
Successfully built b01201862b36
Successfully tagged sentry-cleanup-onpremise-local:latest
Docker images built.
▶ Turning things off ...
Removing network onpremise_default
Network onpremise_default not found.
Removing network sentry_onpremise_default
Network sentry_onpremise_default not found.
▶ Setting up Zookeeper ...
Creating network "sentry_onpremise_default" with the default driver
▶ Downloading and installing wal2json ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5417 100 5417 0 0 21213 0 --:--:-- --:--:-- --:--:-- 21160
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 638 100 638 0 0 2308 0 --:--:-- --:--:-- --:--:-- 2303
100 101k 100 101k 0 0 212k 0 --:--:-- --:--:-- --:--:-- 212k
▶ Bootstrapping and migrating Snuba ...
Creating sentry_onpremise_zookeeper_1 ...
Creating sentry_onpremise_clickhouse_1 ...
Creating sentry_onpremise_clickhouse_1 ... done
Creating sentry_onpremise_zookeeper_1 ... done
Creating sentry_onpremise_kafka_1 ...
Creating sentry_onpremise_kafka_1 ... done
2021-08-24 09:27:09,157 Attempting to connect to Kafka (attempt 0)...
2021-08-24 09:27:11,161 Attempting to connect to Kafka (attempt 1)...
2021-08-24 09:27:13,165 Attempting to connect to Kafka (attempt 2)...
2021-08-24 09:27:15,172 Attempting to connect to Kafka (attempt 3)...
2021-08-24 09:27:15,189 Connected to Kafka on attempt 3
2021-08-24 09:27:15,189 Creating Kafka topics...
Starting sentry_onpremise_zookeeper_1 ...
Starting sentry_onpremise_zookeeper_1 ... done
Starting sentry_onpremise_clickhouse_1 ...
Starting sentry_onpremise_clickhouse_1 ... done
Starting sentry_onpremise_kafka_1 ...
Starting sentry_onpremise_kafka_1 ... done
Finished running migrations
▶ Creating additional Kafka topics ...
▶ Ensuring proper PostgreSQL version ...
▶ Setting up / migrating database ...
Creating sentry_onpremise_smtp_1 ...
Creating sentry_onpremise_symbolicator_1 ...
Starting sentry_onpremise_clickhouse_1 ...
Starting sentry_onpremise_clickhouse_1 ... done
Creating sentry_onpremise_memcached_1 ...
Starting sentry_onpremise_zookeeper_1 ...
Starting sentry_onpremise_zookeeper_1 ... done
Starting sentry_onpremise_kafka_1 ...
Starting sentry_onpremise_kafka_1 ... done
Creating sentry_onpremise_snuba-sessions-consumer_1 ...
Creating sentry_onpremise_snuba-transactions-consumer_1 ...
Creating sentry_onpremise_snuba-replacer_1 ...
Creating sentry_onpremise_snuba-api_1 ...
Creating sentry_onpremise_snuba-consumer_1 ...
Creating sentry_onpremise_snuba-subscription-consumer-transactions_1 ...
Creating sentry_onpremise_snuba-subscription-consumer-events_1 ...
Creating sentry_onpremise_snuba-outcomes-consumer_1 ...
Creating sentry_onpremise_memcached_1 ... done
Creating sentry_onpremise_symbolicator_1 ... done
Creating sentry_onpremise_smtp_1 ... done
Creating sentry_onpremise_snuba-transactions-consumer_1 ... done
Creating sentry_onpremise_snuba-replacer_1 ... done
Creating sentry_onpremise_snuba-subscription-consumer-transactions_1 ... done
Creating sentry_onpremise_snuba-api_1 ... done
Creating sentry_onpremise_snuba-subscription-consumer-events_1 ... done
Creating sentry_onpremise_snuba-sessions-consumer_1 ... done
Creating sentry_onpremise_snuba-outcomes-consumer_1 ... done
Creating sentry_onpremise_snuba-consumer_1 ... done
Installing additional dependencies...
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
09:27:40 [WARNING] sentry.utils.geo: Error opening GeoIP database: /geoip/GeoLite2-City.mmdb
09:27:40 [WARNING] sentry.utils.geo: Error opening GeoIP database in Rust: /geoip/GeoLite2-City.mmdb
09:27:46 [INFO] sentry.plugins.github: apps-not-configured
Running migrations for default
Operations to perform:
Apply all migrations: admin, auth, contenttypes, jira_ac, nodestore, sentry, sessions, sites, social_auth
Running migrations:
Applying sentry.0001_squashed_0200_release_indices...Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 91, in inner
return func(self, sql, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/base.py", line 76, in execute
return self.cursor.execute(sql)
psycopg2.ProgrammingError: relation "auth_user" already exists
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 62, in execute
return self.cursor.execute(sql)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 77, in inner
raise_the_exception(self.db, e)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 75, in inner
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 18, in inner
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 95, in inner
raise exc_info[0](msg).with_traceback(exc_info[2])
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 91, in inner
return func(self, sql, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/base.py", line 76, in execute
return self.cursor.execute(sql)
psycopg2.ProgrammingError: ProgrammingError('relation "auth_user" already exists\n',)
SQL: CREATE TABLE "auth_user" ("password" varchar(128) NOT NULL, "last_login" timestamp with time zone NULL, "id" serial NOT NULL PRIMARY KEY, "username" varchar(128) NOT NULL UNIQUE, "first_name" varchar(200) NOT NULL, "email" varchar(75) NOT NULL, "is_staff" boolean NOT NULL, "is_active" boolean NOT NULL, "is_superuser" boolean NOT NULL, "is_managed" boolean NOT NULL, "is_sentry_app" boolean NULL, "is_password_expired" boolean NOT NULL, "last_password_change" timestamp with time zone NULL, "flags" bigint NULL, "session_nonce" varchar(12) NULL, "date_joined" timestamp with time zone NOT NULL, "last_active" timestamp with time zone NULL)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/bin/sentry", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/sentry/runner/__init__.py", line 196, in main
func(**kwargs)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/runner/decorators.py", line 29, in inner
return ctx.invoke(f, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/runner/commands/upgrade.py", line 68, in upgrade
_upgrade(not noinput, traceback, verbosity, not no_repair, with_nodestore)
File "/usr/local/lib/python3.6/site-packages/sentry/runner/commands/upgrade.py", line 24, in _upgrade
ignore_ghost_migrations=True,
File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 131, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 204, in handle
fake_initial=fake_initial,
File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 115, in migrate
state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, fake_initial=fake_initial)
File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 145, in _migrate_all_forwards
state = self.apply_migration(state, migration, fake=fake, fake_initial=fake_initial)
File "/usr/local/lib/python3.6/site-packages/sentry/new_migrations/monkey/executor.py", line 77, in apply_migration
return super().apply_migration(state, migration, fake=fake, fake_initial=fake_initial)
File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 244, in apply_migration
state = migration.apply(state, schema_editor)
File "/usr/local/lib/python3.6/site-packages/django/db/migrations/migration.py", line 129, in apply
operation.database_forwards(self.app_label, schema_editor, old_state, project_state)
File "/usr/local/lib/python3.6/site-packages/django/db/migrations/operations/models.py", line 97, in database_forwards
schema_editor.create_model(model)
File "/usr/local/lib/python3.6/site-packages/django/db/backends/base/schema.py", line 319, in create_model
self.execute(sql, params or None)
File "/usr/local/lib/python3.6/site-packages/django/db/backends/base/schema.py", line 136, in execute
cursor.execute(sql, params)
File "/usr/local/lib/python3.6/site-packages/sentry_sdk/integrations/django/__init__.py", line 500, in execute
return real_execute(self, sql, params)
File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
File "/usr/local/lib/python3.6/site-packages/django/db/utils.py", line 94, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/usr/local/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 62, in execute
return self.cursor.execute(sql)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 77, in inner
raise_the_exception(self.db, e)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 75, in inner
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 18, in inner
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 95, in inner
raise exc_info[0](msg).with_traceback(exc_info[2])
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/decorators.py", line 91, in inner
return func(self, sql, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/sentry/db/postgres/base.py", line 76, in execute
return self.cursor.execute(sql)
django.db.utils.ProgrammingError: ProgrammingError('relation "auth_user" already exists\n',)
SQL: CREATE TABLE "auth_user" ("password" varchar(128) NOT NULL, "last_login" timestamp with time zone NULL, "id" serial NOT NULL PRIMARY KEY, "username" varchar(128) NOT NULL UNIQUE, "first_name" varchar(200) NOT NULL, "email" varchar(75) NOT NULL, "is_staff" boolean NOT NULL, "is_active" boolean NOT NULL, "is_superuser" boolean NOT NULL, "is_managed" boolean NOT NULL, "is_sentry_app" boolean NULL, "is_password_expired" boolean NOT NULL, "last_password_change" timestamp with time zone NULL, "flags" bigint NULL, "session_nonce" varchar(12) NULL, "date_joined" timestamp with time zone NOT NULL, "last_active" timestamp with time zone NULL)
An error occurred, caught SIGERR on line 12
=> select * from south_migrationhistory;
id | app_name | migration | applied
-----+---------------------------+-----------------------------------------------------------------------------+-------------------------------
1 | sentry | 0001_initial | 2019-12-04 09:38:52.17838+00
2 | sentry | 0002_auto__del_field_groupedmessage_url__chg_field_groupedmessage_view__chg | 2019-12-04 09:38:52.228132+00
3 | sentry | 0003_auto__add_field_message_group__del_field_groupedmessage_server_name | 2019-12-04 09:38:52.249223+00
4 | sentry | 0004_auto__add_filtervalue__add_unique_filtervalue_key_value | 2019-12-04 09:38:52.27093+00
5 | sentry | 0005_auto | 2019-12-04 09:38:52.285722+00
6 | sentry | 0006_auto | 2019-12-04 09:38:52.297144+00
7 | sentry | 0007_auto__add_field_message_site | 2019-12-04 09:38:52.318358+00
8 | sentry | 0008_auto__chg_field_message_view__add_field_groupedmessage_data__chg_field | 2019-12-04 09:38:52.386753+00
9 | sentry | 0009_auto__add_field_message_message_id | 2019-12-04 09:38:52.408689+00
10 | sentry | 0010_auto__add_messageindex__add_unique_messageindex_column_value_object_id | 2019-12-04 09:38:52.432505+00
11 | sentry | 0011_auto__add_field_groupedmessage_score | 2019-12-04 09:38:52.497343+00
12 | sentry | 0012_auto | 2019-12-04 09:38:52.518746+00
13 | sentry | 0013_auto__add_messagecountbyminute__add_unique_messagecountbyminute_group_ | 2019-12-04 09:38:52.574916+00
14 | sentry | 0014_auto | 2019-12-04 09:38:52.59216+00
15 | sentry | 0014_auto__add_project__add_projectmember__add_unique_projectmember_project | 2019-12-04 09:38:52.651595+00
16 | sentry | 0015_auto__add_field_message_project__add_field_messagecountbyminute_projec | 2019-12-04 09:38:52.77208+00
17 | sentry | 0016_auto__add_field_projectmember_is_superuser | 2019-12-04 09:38:52.812032+00
18 | sentry | 0017_auto__add_field_projectmember_api_key | 2019-12-04 09:38:52.846644+00
19 | sentry | 0018_auto__chg_field_project_owner | 2019-12-04 09:38:52.890134+00
20 | sentry | 0019_auto__del_field_projectmember_api_key__add_field_projectmember_public_ | 2019-12-04 09:38:52.934363+00
21 | sentry | 0020_auto__add_projectdomain__add_unique_projectdomain_project_domain | 2019-12-04 09:38:52.97563+00
22 | sentry | 0021_auto__del_message__del_groupedmessage__del_unique_groupedmessage_proje | 2019-12-04 09:38:52.999026+00
23 | sentry | 0022_auto__del_field_group_class_name__del_field_group_traceback__del_field | 2019-12-04 09:38:53.026416+00
24 | sentry | 0023_auto__add_field_event_time_spent | 2019-12-04 09:38:53.054929+00
25 | sentry | 0024_auto__add_field_group_time_spent_total__add_field_group_time_spent_cou | 2019-12-04 09:38:53.176773+00
26 | sentry | 0025_auto__add_field_messagecountbyminute_time_spent_total__add_field_messa | 2019-12-04 09:38:53.232462+00
27 | sentry | 0026_auto__add_field_project_status | 2019-12-04 09:38:53.271856+00
28 | sentry | 0027_auto__chg_field_event_server_name | 2019-12-04 09:38:53.313035+00
29 | sentry | 0028_auto__add_projectoptions__add_unique_projectoptions_project_key_value | 2019-12-04 09:38:53.358847+00
30 | sentry | 0029_auto__del_field_projectmember_is_superuser__del_field_projectmember_pe | 2019-12-04 09:38:53.411882+00
31 | sentry | 0030_auto__add_view__chg_field_event_group | 2019-12-04 09:38:53.471242+00
32 | sentry | 0031_auto__add_field_view_verbose_name__add_field_view_verbose_name_plural_ | 2019-12-04 09:38:53.507885+00
33 | sentry | 0032_auto__add_eventmeta | 2019-12-04 09:38:53.557466+00
34 | sentry | 0033_auto__add_option__add_unique_option_key_value | 2019-12-04 09:38:53.597404+00
35 | sentry | 0034_auto__add_groupbookmark__add_unique_groupbookmark_project_user_group | 2019-12-04 09:38:53.655462+00
36 | sentry | 0034_auto__add_unique_option_key__del_unique_option_value_key__del_unique_g | 2019-12-04 09:38:53.714456+00
37 | sentry | 0036_auto__chg_field_option_value__chg_field_projectoption_value | 2019-12-04 09:38:53.792628+00
38 | sentry | 0037_auto__add_unique_option_key__del_unique_option_value_key__del_unique_g | 2019-12-04 09:38:53.846357+00
39 | sentry | 0038_auto__add_searchtoken__add_unique_searchtoken_document_field_token__ad | 2019-12-04 09:38:53.918803+00
40 | sentry | 0039_auto__add_field_searchdocument_status | 2019-12-04 09:38:53.97264+00
41 | sentry | 0040_auto__del_unique_event_event_id__add_unique_event_project_event_id | 2019-12-04 09:38:54.023617+00
42 | sentry | 0041_auto__add_field_messagefiltervalue_last_seen__add_field_messagefilterv | 2019-12-04 09:38:54.073073+00
43 | sentry | 0042_auto__add_projectcountbyminute__add_unique_projectcountbyminute_projec | 2019-12-04 09:38:54.130492+00
44 | sentry | 0043_auto__chg_field_option_value__chg_field_projectoption_value | 2019-12-04 09:38:54.203464+00
45 | sentry | 0044_auto__add_field_projectmember_is_active | 2019-12-04 09:38:54.26956+00
46 | sentry | 0045_auto__add_pendingprojectmember__add_unique_pendingprojectmember_projec | 2019-12-04 09:38:54.330624+00
47 | sentry | 0046_auto__add_teammember__add_unique_teammember_team_user__add_team__add_p | 2019-12-04 09:38:54.475567+00
48 | sentry | 0047_migrate_project_slugs | 2019-12-04 09:38:54.52275+00
49 | sentry | 0048_migrate_project_keys | 2019-12-04 09:38:54.866153+00
50 | sentry | 0049_create_default_project_keys | 2019-12-04 09:38:54.911127+00
51 | sentry | 0050_remove_project_keys_from_members | 2019-12-04 09:38:54.959563+00
52 | sentry | 0051_auto__del_pendingprojectmember__del_unique_pendingprojectmember_projec | 2019-12-04 09:38:55.032427+00
53 | sentry | 0052_migrate_project_members | 2019-12-04 09:38:55.078773+00
54 | sentry | 0053_auto__del_projectmember__del_unique_projectmember_project_user | 2019-12-04 09:38:55.136998+00
55 | sentry | 0054_fix_project_keys | 2019-12-04 09:38:55.181757+00
56 | sentry | 0055_auto__del_projectdomain__del_unique_projectdomain_project_domain | 2019-12-04 09:38:55.239589+00
57 | sentry | 0056_auto__add_field_group_resolved_at | 2019-12-04 09:38:55.29034+00
58 | sentry | 0057_auto__add_field_group_active_at | 2019-12-04 09:38:55.338646+00
59 | sentry | 0058_auto__add_useroption__add_unique_useroption_user_project_key | 2019-12-04 09:38:55.411173+00
60 | sentry | 0059_auto__add_filterkey__add_unique_filterkey_project_key | 2019-12-04 09:38:55.473723+00
61 | sentry | 0060_fill_filter_key | 2019-12-04 09:38:55.520038+00
62 | sentry | 0061_auto__add_field_group_group_id__add_field_group_is_public | 2019-12-04 09:38:55.622395+00
63 | sentry | 0062_correct_del_index_sentry_groupedmessage_logger__view__checksum | 2019-12-04 09:38:55.669736+00
64 | sentry | 0063_auto | 2019-12-04 09:38:55.722875+00
65 | sentry | 0064_index_checksum | 2019-12-04 09:38:55.772705+00
66 | sentry | 0065_create_default_project_key | 2019-12-04 09:38:55.820412+00
67 | sentry | 0066_auto__del_view | 2019-12-04 09:38:55.86921+00
68 | sentry | 0067_auto__add_field_group_platform__add_field_event_platform | 2019-12-04 09:38:55.918198+00
69 | sentry | 0068_auto__add_field_projectkey_user_added__add_field_projectkey_date_added | 2019-12-04 09:38:55.976366+00
70 | sentry | 0069_auto__add_lostpasswordhash | 2019-12-04 09:38:56.033904+00
71 | sentry | 0070_projectoption_key_length | 2019-12-04 09:38:56.099099+00
72 | sentry | 0071_auto__add_field_group_users_seen | 2019-12-04 09:38:56.213882+00
73 | sentry | 0072_auto__add_affecteduserbygroup__add_unique_affecteduserbygroup_project_ | 2019-12-04 09:38:56.298182+00
74 | sentry | 0073_auto__add_field_project_platform | 2019-12-04 09:38:56.351268+00
75 | sentry | 0074_correct_filtervalue_index | 2019-12-04 09:38:56.415422+00
76 | sentry | 0075_add_groupbookmark_index | 2019-12-04 09:38:56.474367+00
77 | sentry | 0076_add_groupmeta_index | 2019-12-04 09:38:56.543962+00
78 | sentry | 0077_auto__add_trackeduser__add_unique_trackeduser_project_ident | 2019-12-04 09:38:56.625304+00
79 | sentry | 0078_auto__add_field_affecteduserbygroup_tuser | 2019-12-04 09:38:56.687567+00
80 | sentry | 0079_auto__del_unique_affecteduserbygroup_project_ident_group__add_unique_a | 2019-12-04 09:38:56.778516+00
81 | sentry | 0080_auto__chg_field_affecteduserbygroup_ident | 2019-12-04 09:38:56.852958+00
82 | sentry | 0081_fill_trackeduser | 2019-12-04 09:38:56.906164+00
83 | sentry | 0082_auto__add_activity__add_field_group_num_comments__add_field_event_num_ | 2019-12-04 09:38:57.135149+00
84 | sentry | 0083_migrate_dupe_groups | 2019-12-04 09:38:57.202632+00
85 | sentry | 0084_auto__del_unique_group_project_checksum_logger_culprit__add_unique_gro | 2019-12-04 09:38:57.281706+00
86 | sentry | 0085_auto__del_unique_project_slug__add_unique_project_slug_team | 2019-12-04 09:38:57.358464+00
87 | sentry | 0086_auto__add_field_team_date_added | 2019-12-04 09:38:57.416845+00
88 | sentry | 0087_auto__del_messagefiltervalue__del_unique_messagefiltervalue_project_ke | 2019-12-04 09:38:57.481098+00
89 | sentry | 0088_auto__del_messagecountbyminute__del_unique_messagecountbyminute_projec | 2019-12-04 09:38:57.539021+00
90 | sentry | 0089_auto__add_accessgroup__add_unique_accessgroup_team_name | 2019-12-04 09:38:57.671668+00
91 | sentry | 0090_auto__add_grouptagkey__add_unique_grouptagkey_project_group_key__add_f | 2019-12-04 09:38:57.799422+00
92 | sentry | 0091_auto__add_alert | 2019-12-04 09:38:57.89211+00
93 | sentry | 0092_auto__add_alertrelatedgroup__add_unique_alertrelatedgroup_group_alert | 2019-12-04 09:38:57.98962+00
94 | sentry | 0093_auto__add_field_alert_status | 2019-12-04 09:38:58.082732+00
95 | sentry | 0094_auto__add_eventmapping__add_unique_eventmapping_project_event_id | 2019-12-04 09:38:58.181141+00
96 | sentry | 0095_rebase | 2019-12-04 09:38:58.250882+00
97 | sentry | 0096_auto__add_field_tagvalue_data | 2019-12-04 09:38:58.330017+00
98 | sentry | 0097_auto__del_affecteduserbygroup__del_unique_affecteduserbygroup_project_ | 2019-12-04 09:38:58.426176+00
99 | sentry | 0098_auto__add_user__chg_field_team_owner__chg_field_activity_user__chg_fie | 2019-12-04 09:38:58.864573+00
100 | sentry | 0099_auto__del_field_teammember_is_active | 2019-12-04 09:38:58.940188+00
101 | sentry | 0100_auto__add_field_tagkey_label | 2019-12-04 09:38:59.019919+00
102 | sentry | 0101_ensure_teams | 2019-12-04 09:38:59.092166+00
103 | sentry | 0102_ensure_slugs | 2019-12-04 09:38:59.166332+00
104 | sentry | 0103_ensure_non_empty_slugs | 2019-12-04 09:38:59.243759+00
105 | sentry | 0104_auto__add_groupseen__add_unique_groupseen_group_user | 2019-12-04 09:38:59.349379+00
106 | sentry | 0105_auto__chg_field_projectcountbyminute_time_spent_total__chg_field_group | 2019-12-04 09:38:59.660235+00
107 | sentry | 0106_auto__del_searchtoken__del_unique_searchtoken_document_field_token__de | 2019-12-04 09:38:59.73771+00
108 | sentry | 0107_expand_user | 2019-12-04 09:38:59.831658+00
109 | sentry | 0108_fix_user | 2019-12-04 09:38:59.904679+00
110 | sentry | 0109_index_filtervalue_times_seen | 2019-12-04 09:38:59.970353+00
111 | sentry | 0110_index_filtervalue_last_seen | 2019-12-04 09:39:00.038606+00
112 | sentry | 0111_index_filtervalue_first_seen | 2019-12-04 09:39:00.103499+00
113 | sentry | 0112_auto__chg_field_option_value__chg_field_useroption_value__chg_field_pr | 2019-12-04 09:39:00.168713+00
114 | sentry | 0113_auto__add_field_team_status | 2019-12-04 09:39:00.252442+00
115 | sentry | 0114_auto__add_field_projectkey_roles | 2019-12-04 09:39:00.347128+00
116 | sentry | 0115_auto__del_projectcountbyminute__del_unique_projectcountbyminute_projec | 2019-12-04 09:39:00.410755+00
117 | sentry | 0116_auto__del_field_event_server_name__del_field_event_culprit__del_field_ | 2019-12-04 09:39:00.472378+00
118 | sentry | 0117_auto__add_rule | 2019-12-04 09:39:00.557309+00
119 | sentry | 0118_create_default_rules | 2019-12-04 09:39:00.616395+00
120 | sentry | 0119_auto__add_field_projectkey_label | 2019-12-04 09:39:00.678117+00
121 | sentry | 0120_auto__add_grouprulestatus | 2019-12-04 09:39:00.764754+00
122 | sentry | 0121_auto__add_unique_grouprulestatus_rule_group | 2019-12-04 09:39:00.833471+00
123 | sentry | 0122_add_event_group_id_datetime_index | 2019-12-04 09:39:00.900694+00
124 | sentry | 0123_auto__add_groupassignee__add_index_event_group_datetime | 2019-12-04 09:39:00.992354+00
125 | sentry | 0124_auto__add_grouphash__add_unique_grouphash_project_hash | 2019-12-04 09:39:01.092831+00
126 | sentry | 0125_auto__add_field_user_is_managed | 2019-12-04 09:39:01.176681+00
127 | sentry | 0126_auto__add_field_option_last_updated | 2019-12-04 09:39:01.246403+00
128 | sentry | 0127_auto__add_release__add_unique_release_project_version | 2019-12-04 09:39:01.337609+00
129 | sentry | 0128_auto__add_broadcast | 2019-12-04 09:39:01.423884+00
130 | sentry | 0129_auto__chg_field_release_id__chg_field_pendingteammember_id__chg_field_ | 2019-12-04 09:39:01.499416+00
131 | sentry | 0130_auto__del_field_project_owner | 2019-12-04 09:39:01.57999+00
132 | sentry | 0131_auto__add_organizationmember__add_unique_organizationmember_organizati | 2019-12-04 09:39:01.706664+00
133 | sentry | 0132_add_default_orgs | 2019-12-04 09:39:01.788283+00
134 | sentry | 0133_add_org_members | 2019-12-04 09:39:01.869638+00
135 | sentry | 0134_auto__chg_field_team_organization | 2019-12-04 09:39:01.970528+00
136 | sentry | 0135_auto__chg_field_project_team | 2019-12-04 09:39:02.078661+00
137 | sentry | 0136_auto__add_field_organizationmember_email__chg_field_organizationmember | 2019-12-04 09:39:02.188731+00
138 | sentry | 0137_auto__add_field_organizationmember_has_global_access | 2019-12-04 09:39:02.318421+00
139 | sentry | 0138_migrate_team_members | 2019-12-04 09:39:02.402926+00
140 | sentry | 0139_auto__add_auditlogentry | 2019-12-04 09:39:02.516661+00
141 | sentry | 0140_auto__add_field_organization_slug | 2019-12-04 09:39:02.617142+00
142 | sentry | 0141_fill_org_slugs | 2019-12-04 09:39:02.705731+00
143 | sentry | 0142_auto__add_field_project_organization__add_unique_project_organization_ | 2019-12-04 09:39:02.801882+00
144 | sentry | 0143_fill_project_orgs | 2019-12-04 09:39:02.889741+00
145 | sentry | 0144_auto__chg_field_project_organization | 2019-12-04 09:39:03.48241+00
146 | sentry | 0145_auto__chg_field_organization_slug | 2019-12-04 09:39:03.587923+00
147 | sentry | 0146_auto__add_field_auditlogentry_ip_address | 2019-12-04 09:39:03.680081+00
148 | sentry | 0147_auto__del_unique_team_slug__add_unique_team_organization_slug | 2019-12-04 09:39:03.784138+00
149 | sentry | 0148_auto__add_helppage | 2019-12-04 09:39:03.889416+00
150 | sentry | 0149_auto__chg_field_groupseen_project__chg_field_groupseen_user__chg_field | 2019-12-04 09:39:03.983297+00
151 | sentry | 0150_fix_broken_rules | 2019-12-04 09:39:04.086297+00
152 | sentry | 0151_auto__add_file | 2019-12-04 09:39:04.193408+00
153 | sentry | 0152_auto__add_field_file_checksum__chg_field_file_name__add_unique_file_na | 2019-12-04 09:39:04.328031+00
154 | sentry | 0153_auto__add_field_grouprulestatus_last_active | 2019-12-04 09:39:04.423452+00
155 | sentry | 0154_auto__add_field_tagkey_status | 2019-12-04 09:39:04.532381+00
156 | sentry | 0155_auto__add_field_projectkey_status | 2019-12-04 09:39:04.661525+00
157 | sentry | 0156_auto__add_apikey | 2019-12-04 09:39:04.784509+00
158 | sentry | 0157_auto__add_authidentity__add_unique_authidentity_auth_provider_ident__a | 2019-12-04 09:39:04.93237+00
159 | sentry | 0158_auto__add_unique_authidentity_auth_provider_user | 2019-12-04 09:39:05.03881+00
160 | sentry | 0159_auto__add_field_authidentity_last_verified__add_field_organizationmemb | 2019-12-04 09:39:05.164179+00
161 | sentry | 0160_auto__add_field_authprovider_default_global_access | 2019-12-04 09:39:05.305463+00
162 | sentry | 0161_auto__chg_field_authprovider_config | 2019-12-04 09:39:05.440177+00
163 | sentry | 0162_auto__chg_field_authidentity_data | 2019-12-04 09:39:05.570416+00
164 | sentry | 0163_auto__add_field_authidentity_last_synced | 2019-12-04 09:39:05.679232+00
165 | sentry | 0164_auto__add_releasefile__add_unique_releasefile_release_ident__add_field | 2019-12-04 09:39:05.88372+00
166 | sentry | 0165_auto__del_unique_file_name_checksum | 2019-12-04 09:39:06.007376+00
167 | sentry | 0166_auto__chg_field_user_id__add_field_apikey_allowed_origins | 2019-12-04 09:39:06.125118+00
168 | sentry | 0167_auto__add_field_authprovider_flags | 2019-12-04 09:39:06.249174+00
169 | sentry | 0168_unfill_projectkey_user | 2019-12-04 09:39:06.35801+00
170 | sentry | 0169_auto__del_field_projectkey_user | 2019-12-04 09:39:06.471728+00
171 | sentry | 0170_auto__add_organizationmemberteam__add_unique_organizationmemberteam_te | 2019-12-04 09:39:06.646154+00
172 | sentry | 0171_auto__chg_field_team_owner | 2019-12-04 09:39:06.796622+00
173 | sentry | 0172_auto__del_field_team_owner | 2019-12-04 09:39:06.910799+00
174 | sentry | 0173_auto__del_teammember__del_unique_teammember_team_user | 2019-12-04 09:39:07.03609+00
175 | sentry | 0174_auto__del_field_projectkey_user_added | 2019-12-04 09:39:07.145764+00
176 | sentry | 0175_auto__del_pendingteammember__del_unique_pendingteammember_team_email | 2019-12-04 09:39:07.269467+00
177 | sentry | 0176_auto__add_field_organizationmember_counter__add_unique_organizationmem | 2019-12-04 09:39:07.391336+00
178 | sentry | 0177_fill_member_counters | 2019-12-04 09:39:07.501437+00
179 | sentry | 0178_auto__del_unique_organizationmember_organization_counter | 2019-12-04 09:39:07.619324+00
180 | sentry | 0179_auto__add_field_release_date_released | 2019-12-04 09:39:07.734568+00
181 | sentry | 0180_auto__add_field_release_environment__add_field_release_ref__add_field_ | 2019-12-04 09:39:07.895783+00
182 | sentry | 0181_auto__del_field_release_environment__del_unique_release_project_versio | 2019-12-04 09:39:08.026417+00
183 | sentry | 0182_auto__add_field_auditlogentry_actor_label__add_field_auditlogentry_act | 2019-12-04 09:39:08.179051+00
184 | sentry | 0183_auto__del_index_grouphash_hash | 2019-12-04 09:39:08.291029+00
185 | sentry | 0184_auto__del_field_group_checksum__del_unique_group_project_checksum__del | 2019-12-04 09:39:08.418758+00
186 | sentry | 0185_auto__add_savedsearch__add_unique_savedsearch_project_name | 2019-12-04 09:39:08.558087+00
187 | sentry | 0186_auto__add_field_group_first_release | 2019-12-04 09:39:08.683138+00
188 | sentry | 0187_auto__add_index_group_project_first_release | 2019-12-04 09:39:08.809393+00
189 | sentry | 0188_auto__add_userreport | 2019-12-04 09:39:08.957434+00
190 | sentry | 0189_auto__add_index_userreport_project_event_id | 2019-12-04 09:39:09.703532+00
191 | sentry | 0190_auto__add_field_release_new_groups | 2019-12-04 09:39:09.846487+00
192 | sentry | 0191_auto__del_alert__del_alertrelatedgroup__del_unique_alertrelatedgroup_g | 2019-12-04 09:39:09.9808+00
193 | sentry | 0192_add_model_groupemailthread | 2019-12-04 09:39:10.128626+00
194 | sentry | 0193_auto__del_unique_groupemailthread_msgid__add_unique_groupemailthread_e | 2019-12-04 09:39:10.261491+00
195 | sentry | 0194_auto__del_field_project_platform | 2019-12-04 09:39:10.376031+00
196 | sentry | 0195_auto__chg_field_organization_owner | 2019-12-04 09:39:10.518963+00
197 | sentry | 0196_auto__del_field_organization_owner | 2019-12-04 09:39:10.641574+00
198 | sentry | 0197_auto__del_accessgroup__del_unique_accessgroup_team_name | 2019-12-04 09:39:10.770921+00
199 | sentry | 0198_auto__add_field_release_primary_owner | 2019-12-04 09:39:10.896724+00
200 | sentry | 0199_auto__add_field_project_first_event | 2019-12-04 09:39:11.010337+00
201 | sentry | 0200_backfill_first_event | 2019-12-04 09:39:11.124089+00
202 | sentry | 0201_auto__add_eventuser__add_unique_eventuser_project_ident__add_index_eve | 2019-12-04 09:39:11.27428+00
203 | sentry | 0202_auto__add_field_eventuser_hash__add_unique_eventuser_project_hash | 2019-12-04 09:39:11.395855+00
204 | sentry | 0203_auto__chg_field_eventuser_username__chg_field_eventuser_ident | 2019-12-04 09:39:11.559094+00
205 | sentry | 0204_backfill_team_membership | 2019-12-04 09:39:11.677949+00
206 | sentry | 0205_auto__add_field_organizationmember_role | 2019-12-04 09:39:11.815401+00
207 | sentry | 0206_backfill_member_role | 2019-12-04 09:39:11.935144+00
208 | sentry | 0207_auto__add_field_organization_default_role | 2019-12-04 09:39:12.060074+00
209 | sentry | 0208_backfill_default_role | 2019-12-04 09:39:12.177587+00
210 | sentry | 0209_auto__add_broadcastseen__add_unique_broadcastseen_broadcast_user | 2019-12-04 09:39:12.319123+00
211 | sentry | 0210_auto__del_field_broadcast_badge | 2019-12-04 09:39:12.441854+00
212 | sentry | 0211_auto__add_field_broadcast_title | 2019-12-04 09:39:12.569147+00
213 | sentry | 0212_auto__add_fileblob__add_field_file_blob | 2019-12-04 09:39:12.722404+00
214 | sentry | 0212_auto__add_organizationoption__add_unique_organizationoption_organizati | 2019-12-04 09:39:12.865784+00
215 | sentry | 0213_migrate_file_blobs | 2019-12-04 09:39:12.993812+00
216 | sentry | 0214_auto__add_field_broadcast_upstream_id | 2019-12-04 09:39:13.130277+00
217 | sentry | 0215_auto__add_field_broadcast_date_expires | 2019-12-04 09:39:13.267449+00
218 | sentry | 0216_auto__add_groupsnooze | 2019-12-04 09:39:13.407331+00
219 | sentry | 0217_auto__add_groupresolution | 2019-12-04 09:39:13.565882+00
220 | sentry | 0218_auto__add_field_groupresolution_status | 2019-12-04 09:39:13.714452+00
221 | sentry | 0219_auto__add_field_groupbookmark_date_added | 2019-12-04 09:39:13.850192+00
222 | sentry | 0220_auto__del_field_fileblob_storage_options__del_field_fileblob_storage__ | 2019-12-04 09:39:13.985672+00
223 | sentry | 0221_auto__chg_field_user_first_name | 2019-12-04 09:39:14.141507+00
224 | sentry | 0222_auto__del_field_user_last_name__del_field_user_first_name__add_field_u | 2019-12-04 09:39:14.27195+00
225 | sentry | 0223_delete_old_sentry_docs_options | 2019-12-04 09:39:14.406587+00
226 | sentry | 0224_auto__add_index_userreport_project_date_added | 2019-12-04 09:39:14.545795+00
227 | sentry | 0225_auto__add_fileblobindex__add_unique_fileblobindex_file_blob_offset | 2019-12-04 09:39:14.708438+00
228 | sentry | 0226_backfill_file_size | 2019-12-04 09:39:14.846899+00
229 | sentry | 0227_auto__del_field_activity_event | 2019-12-04 09:39:14.991606+00
230 | sentry | 0228_auto__del_field_event_num_comments | 2019-12-04 09:39:15.130161+00
231 | sentry | 0229_drop_event_constraints | 2019-12-04 09:39:15.304497+00
232 | sentry | 0230_auto__del_field_eventmapping_group__del_field_eventmapping_project__ad | 2019-12-04 09:39:15.439443+00
233 | sentry | 0231_auto__add_field_savedsearch_is_default | 2019-12-04 09:39:15.59262+00
234 | sentry | 0232_default_savedsearch | 2019-12-04 09:39:15.732569+00
235 | sentry | 0233_add_new_savedsearch | 2019-12-04 09:39:15.872461+00
236 | sentry | 0234_auto__add_savedsearchuserdefault__add_unique_savedsearchuserdefault_pr | 2019-12-04 09:39:16.046178+00
237 | sentry | 0235_auto__add_projectbookmark__add_unique_projectbookmark_project_id_user_ | 2019-12-04 09:39:16.207119+00
238 | sentry | 0236_auto__add_organizationonboardingtask__add_unique_organizationonboardin | 2019-12-04 09:39:16.38403+00
239 | sentry | 0237_auto__add_eventtag__add_unique_eventtag_event_id_key_id_value_id | 2019-12-04 09:39:16.546428+00
240 | sentry | 0238_fill_org_onboarding_tasks | 2019-12-04 09:39:16.701498+00
241 | sentry | 0239_auto__add_projectdsymfile__add_unique_projectdsymfile_project_uuid__ad | 2019-12-04 09:39:17.711485+00
242 | sentry | 0240_fill_onboarding_option | 2019-12-04 09:39:17.87274+00
243 | sentry | 0241_auto__add_counter__add_unique_counter_project_ident__add_field_group_s | 2019-12-04 09:39:18.059964+00
244 | sentry | 0242_auto__add_field_project_forced_color | 2019-12-04 09:39:18.22407+00
245 | sentry | 0243_remove_inactive_members | 2019-12-04 09:39:18.388415+00
246 | sentry | 0244_auto__add_groupredirect | 2019-12-04 09:39:18.564644+00
247 | sentry | 0245_auto__del_field_project_callsign__del_unique_project_organization_call | 2019-12-04 09:39:18.731548+00
248 | sentry | 0246_auto__add_dsymsymbol__add_unique_dsymsymbol_object_address__add_dsymsd | 2019-12-04 09:39:18.995631+00
249 | sentry | 0247_migrate_file_blobs | 2019-12-04 09:39:19.179831+00
250 | sentry | 0248_auto__add_projectplatform__add_unique_projectplatform_project_id_platf | 2019-12-04 09:39:19.379825+00
251 | sentry | 0249_auto__add_index_eventtag_project_id_key_id_value_id | 2019-12-04 09:39:19.566601+00
252 | sentry | 0250_auto__add_unique_userreport_project_event_id | 2019-12-04 09:39:19.758139+00
253 | sentry | 0251_auto__add_useravatar | 2019-12-04 09:39:19.969314+00
254 | sentry | 0252_default_users_to_gravatar | 2019-12-04 09:39:20.160199+00
255 | sentry | 0253_auto__add_field_eventtag_group_id | 2019-12-04 09:39:20.354339+00
256 | sentry | 0254_auto__add_index_eventtag_group_id_key_id_value_id | 2019-12-04 09:39:20.546832+00
257 | sentry | 0255_auto__add_apitoken | 2019-12-04 09:39:20.76577+00
258 | sentry | 0256_auto__add_authenticator | 2019-12-04 09:39:20.978307+00
259 | sentry | 0257_repair_activity | 2019-12-04 09:39:21.178866+00
260 | sentry | 0258_auto__add_field_user_is_password_expired__add_field_user_last_password | 2019-12-04 09:39:21.394306+00
261 | sentry | 0259_auto__add_useremail__add_unique_useremail_user_email | 2019-12-04 09:39:21.614607+00
262 | sentry | 0260_populate_email_addresses | 2019-12-04 09:39:21.817692+00
263 | sentry | 0261_auto__add_groupsubscription__add_unique_groupsubscription_group_user | 2019-12-04 09:39:22.055102+00
264 | sentry | 0262_fix_tag_indexes | 2019-12-04 09:39:22.286857+00
265 | sentry | 0263_remove_default_regression_rule | 2019-12-04 09:39:22.493839+00
266 | sentry | 0264_drop_grouptagvalue_project_index | 2019-12-04 09:39:22.711873+00
267 | sentry | 0265_auto__add_field_rule_status | 2019-12-04 09:39:22.939035+00
268 | sentry | 0266_auto__add_grouprelease__add_unique_grouprelease_group_id_release_id_en | 2019-12-04 09:39:23.183412+00
269 | sentry | 0267_auto__add_environment__add_unique_environment_project_id_name__add_rel | 2019-12-04 09:39:23.447506+00
270 | sentry | 0268_fill_environment | 2019-12-04 09:39:23.676052+00
271 | sentry | 0269_auto__del_helppage | 2019-12-04 09:39:23.893675+00
272 | sentry | 0270_auto__add_field_organizationmember_token | 2019-12-04 09:39:24.128572+00
273 | sentry | 0271_auto__del_field_organizationmember_counter | 2019-12-04 09:39:24.350956+00
274 | sentry | 0272_auto__add_unique_authenticator_user_type | 2019-12-04 09:39:24.579118+00
275 | sentry | 0273_auto__add_repository__add_unique_repository_organization_id_name__add_ | 2019-12-04 09:39:24.908729+00
276 | sentry | 0274_auto__add_index_commit_repository_id_date_added | 2019-12-04 09:39:25.157456+00
277 | sentry | 0275_auto__del_index_grouptagvalue_project_key_value__add_index_grouptagval | 2019-12-04 09:39:25.405023+00
278 | sentry | 0276_auto__add_field_user_session_nonce | 2019-12-04 09:39:25.643777+00
279 | sentry | 0277_auto__add_commitfilechange__add_unique_commitfilechange_commit_filenam | 2019-12-04 09:39:25.963883+00
280 | sentry | 0278_auto__add_releaseproject__add_unique_releaseproject_project_release__a | 2019-12-04 09:39:26.252611+00
281 | sentry | 0279_populate_release_orgs_and_projects | 2019-12-04 09:39:26.508231+00
282 | sentry | 0280_auto__add_field_releasecommit_organization_id | 2019-12-04 09:39:26.769278+00
283 | sentry | 0281_populate_release_commit_organization_id | 2019-12-04 09:39:27.020739+00
284 | sentry | 0282_auto__add_field_releasefile_organization__add_field_releaseenvironment | 2019-12-04 09:39:27.291222+00
285 | sentry | 0283_populate_release_environment_and_release_file_organization | 2019-12-04 09:39:27.551+00
286 | sentry | 0284_auto__del_field_release_project__add_field_release_project_id__chg_fie | 2019-12-04 09:39:28.937874+00
287 | sentry | 0285_auto__chg_field_release_project_id__chg_field_releasefile_project_id | 2019-12-04 09:39:29.192732+00
288 | sentry | 0286_drop_project_fk_release_release_file | 2019-12-04 09:39:29.451331+00
289 | sentry | 0287_auto__add_field_releaseproject_new_groups | 2019-12-04 09:39:29.704748+00
290 | sentry | 0288_set_release_project_new_groups_to_zero | 2019-12-04 09:39:29.963315+00
291 | sentry | 0289_auto__add_organizationavatar | 2019-12-04 09:39:30.248086+00
292 | sentry | 0290_populate_release_project_new_groups | 2019-12-04 09:39:30.506098+00
293 | sentry | 0291_merge_legacy_releases | 2019-12-04 09:39:30.773093+00
294 | sentry | 0292_auto__add_unique_release_organization_version | 2019-12-04 09:39:31.034397+00
295 | sentry | 0293_auto__del_unique_release_project_id_version | 2019-12-04 09:39:31.305338+00
296 | sentry | 0294_auto__add_groupcommitresolution__add_unique_groupcommitresolution_grou | 2019-12-04 09:39:31.591347+00
297 | sentry | 0295_auto__add_environmentproject__add_unique_environmentproject_project_en | 2019-12-04 09:39:31.884227+00
298 | sentry | 0296_populate_environment_organization_and_projects | 2019-12-04 09:39:32.158031+00
299 | sentry | 0297_auto__add_field_project_flags | 2019-12-04 09:39:32.455539+00
300 | sentry | 0298_backfill_project_has_releases | 2019-12-04 09:39:32.730623+00
301 | sentry | 0299_auto__chg_field_environment_organization_id | 2019-12-04 09:39:33.020317+00
302 | sentry | 0300_auto__add_processingissue__add_unique_processingissue_project_checksum | 2019-12-04 09:39:33.403418+00
303 | sentry | 0301_auto__chg_field_environment_project_id__chg_field_releaseenvironment_p | 2019-12-04 09:39:33.69396+00
304 | sentry | 0302_merge_environments | 2019-12-04 09:39:33.995085+00
305 | sentry | 0303_fix_release_new_group_counts | 2019-12-04 09:39:34.28996+00
306 | sentry | 0304_auto__add_deploy | 2019-12-04 09:39:34.616117+00
307 | sentry | 0305_auto__chg_field_authidentity_data__chg_field_useroption_value__chg_fie | 2019-12-04 09:39:34.917182+00
308 | sentry | 0306_auto__add_apigrant__add_apiauthorization__add_unique_apiauthorization_ | 2019-12-04 09:39:35.327222+00
309 | sentry | 0307_auto__add_field_apigrant_scope_list__add_field_apitoken_scope_list__ad | 2019-12-04 09:39:35.672154+00
310 | sentry | 0308_auto__add_versiondsymfile__add_unique_versiondsymfile_dsym_file_versio | 2019-12-04 09:39:36.042442+00
311 | sentry | 0308_backfill_scopes_list | 2019-12-04 09:39:36.367869+00
312 | sentry | 0309_fix_application_state | 2019-12-04 09:39:36.702513+00
313 | sentry | 0310_auto__add_field_savedsearch_owner | 2019-12-04 09:39:37.046905+00
314 | sentry | 0311_auto__add_releaseheadcommit__add_unique_releaseheadcommit_repository_i | 2019-12-04 09:39:37.419605+00
315 | sentry | 0312_create_missing_emails | 2019-12-04 09:39:37.772684+00
316 | sentry | 0313_auto__add_field_commitauthor_external_id__add_unique_commitauthor_orga | 2019-12-04 09:39:38.123756+00
317 | sentry | 0314_auto__add_distribution__add_unique_distribution_release_name__add_fiel | 2019-12-04 09:39:38.514512+00
318 | sentry | 0315_auto__add_field_useroption_organization__add_unique_useroption_user_or | 2019-12-04 09:39:38.885743+00
319 | sentry | 0316_auto__del_field_grouptagvalue_project__del_field_grouptagvalue_group__ | 2019-12-04 09:39:39.245097+00
320 | sentry | 0317_drop_grouptagvalue_constraints | 2019-12-04 09:39:39.621696+00
321 | sentry | 0318_auto__add_field_deploy_notified | 2019-12-04 09:39:39.972379+00
322 | sentry | 0319_auto__add_index_deploy_notified | 2019-12-04 09:39:40.336044+00
323 | sentry | 0320_auto__add_index_eventtag_date_added | 2019-12-04 09:39:40.700796+00
324 | sentry | 0321_auto__add_field_projectkey_rate_limit_count__add_field_projectkey_rate | 2019-12-04 09:39:41.065958+00
325 | sentry | 0321_auto__add_unique_environment_organization_id_name | 2019-12-04 09:39:41.426402+00
326 | sentry | 0322_merge_0321_migrations | 2019-12-04 09:39:41.787869+00
327 | sentry | 0323_auto__add_unique_releaseenvironment_organization_id_release_id_environ | 2019-12-04 09:39:42.149482+00
328 | sentry | 0324_auto__add_field_eventuser_name__add_field_userreport_event_user_id | 2019-12-04 09:39:42.509923+00
329 | sentry | 0325_auto__add_scheduleddeletion__add_unique_scheduleddeletion_app_label_mo | 2019-12-04 09:39:42.911192+00
330 | sentry | 0326_auto__add_field_groupsnooze_count__add_field_groupsnooze_window__add_f | 2019-12-04 09:39:43.312542+00
331 | sentry | 0327_auto__add_field_release_commit_count__add_field_release_last_commit_id | 2019-12-04 09:39:44.99342+00
332 | sentry | 0328_backfill_release_stats | 2019-12-04 09:39:45.367997+00
333 | sentry | 0329_auto__del_dsymsymbol__del_unique_dsymsymbol_object_address__del_global | 2019-12-04 09:39:45.737171+00
334 | sentry | 0330_auto__add_field_grouphash_state | 2019-12-04 09:39:46.082916+00
335 | sentry | 0331_auto__del_index_releasecommit_project_id__del_index_releaseenvironment | 2019-12-04 09:39:46.447109+00
336 | sentry | 0332_auto__add_featureadoption__add_unique_featureadoption_organization_fea | 2019-12-04 09:39:46.830338+00
337 | sentry | 0333_auto__add_field_groupresolution_type__add_field_groupresolution_actor_ | 2019-12-04 09:39:47.186303+00
338 | sentry | 0334_auto__add_field_project_platform | 2019-12-04 09:39:47.54618+00
339 | sentry | 0334_auto__add_scheduledjob | 2019-12-04 09:39:47.916292+00
340 | sentry | 0335_auto__add_field_groupsnooze_actor_id | 2019-12-04 09:39:48.283193+00
341 | sentry | 0336_auto__add_field_user_last_active | 2019-12-04 09:39:48.639955+00
342 | sentry | 0337_fix_out_of_order_migrations | 2019-12-04 09:39:49.009009+00
343 | sentry | 0338_fix_null_user_last_active | 2019-12-04 09:39:49.388748+00
344 | sentry | 0339_backfill_first_project_feature | 2019-12-04 09:39:49.761496+00
345 | sentry | 0340_auto__add_grouptombstone__add_field_grouphash_group_tombstone_id | 2019-12-04 09:39:50.165514+00
346 | sentry | 0341_auto__add_organizationintegration__add_unique_organizationintegration_ | 2019-12-04 09:39:51.122666+00
347 | sentry | 0342_projectplatform | 2019-12-04 09:39:51.521085+00
348 | sentry | 0343_auto__add_index_groupcommitresolution_commit_id | 2019-12-04 09:39:51.925929+00
349 | sentry | 0344_add_index_ProjectPlatform_last_seen | 2019-12-04 09:39:52.332354+00
350 | sentry | 0345_add_citext | 2019-12-04 09:39:52.74255+00
351 | sentry | 0346_auto__del_field_tagkey_project__add_field_tagkey_project_id__del_uniqu | 2019-12-04 09:39:53.146208+00
352 | sentry | 0347_auto__add_index_grouptagvalue_project_id__add_index_grouptagvalue_grou | 2019-12-04 09:39:53.549382+00
353 | sentry | 0348_fix_project_key_rate_limit_window_unit | 2019-12-04 09:39:53.949982+00
354 | sentry | 0349_drop_constraints_filterkey_filtervalue_grouptagkey | 2019-12-04 09:39:54.454024+00
355 | sentry | 0350_auto__add_email | 2019-12-04 09:39:54.892818+00
356 | sentry | 0351_backfillemail | 2019-12-04 09:39:55.299632+00
357 | sentry | 0352_add_index_release_coalesce_date_released_date_added | 2019-12-04 09:39:55.712757+00
358 | sentry | 0353_auto__del_field_eventuser_project__add_field_eventuser_project_id__del | 2019-12-04 09:39:56.132234+00
359 | sentry | 0354_auto__chg_field_commitfilechange_filename | 2019-12-04 09:39:56.551946+00
360 | sentry | 0355_auto__add_field_organizationintegration_config__add_field_organization | 2019-12-04 09:39:57.031214+00
361 | sentry | 0356_auto__add_useridentity__add_unique_useridentity_user_identity__add_ide | 2019-12-04 09:39:57.510974+00
362 | sentry | 0357_auto__add_projectteam__add_unique_projectteam_project_team | 2019-12-04 09:39:57.990412+00
363 | sentry | 0358_auto__add_projectsymcachefile__add_unique_projectsymcachefile_project_ | 2019-12-04 09:39:58.459568+00
364 | sentry | 0359_auto__add_index_tagvalue_project_id_key_last_seen | 2019-12-04 09:39:58.910737+00
365 | sentry | 0360_auto__add_groupshare | 2019-12-04 09:39:59.395977+00
366 | sentry | 0361_auto__add_minidumpfile | 2019-12-04 09:39:59.873758+00
367 | sentry | 0362_auto__add_userip__add_unique_userip_user_ip_address | 2019-12-04 09:40:00.366617+00
368 | sentry | 0363_auto__add_grouplink__add_unique_grouplink_group_id_linked_type_linked_ | 2019-12-04 09:40:00.857436+00
369 | sentry | 0364_backfill_grouplink_from_groupcommitresolution | 2019-12-04 09:40:01.335587+00
370 | sentry | 0365_auto__del_index_eventtag_project_id_key_id_value_id | 2019-12-04 09:40:01.823584+00
371 | sentry | 0366_backfill_first_project_heroku | 2019-12-04 09:40:02.319459+00
372 | sentry | 0367_auto__chg_field_release_ref__chg_field_release_version | 2019-12-04 09:40:02.854661+00
373 | sentry | 0368_auto__add_deletedorganization__add_deletedteam__add_deletedproject | 2019-12-04 09:40:03.430908+00
374 | sentry | 0369_remove_old_grouphash_last_processed_event_data | 2019-12-04 09:40:03.969871+00
375 | sentry | 0370_correct_groupsnooze_windows | 2019-12-04 09:40:04.535889+00
376 | sentry | 0371_auto__add_servicehook | 2019-12-04 09:40:05.119333+00
377 | sentry | 0371_auto__del_minidumpfile | 2019-12-04 09:40:05.638472+00
378 | sentry | 0372_resolve_migration_conflict | 2019-12-04 09:40:06.171282+00
379 | sentry | 0373_backfill_projectteam | 2019-12-04 09:40:06.744442+00
380 | sentry | 0374_auto__del_useridentity__del_unique_useridentity_user_identity__del_ide | 2019-12-04 09:40:08.950503+00
381 | sentry | 0375_auto__add_identityprovider__add_unique_identityprovider_type_organizat | 2019-12-04 09:40:09.535756+00
382 | sentry | 0376_auto__add_userpermission__add_unique_userpermission_user_permission | 2019-12-04 09:40:10.082351+00
383 | sentry | 0377_auto__add_pullrequest__add_unique_pullrequest_repository_id_key__add_i | 2019-12-04 09:40:10.644563+00
384 | sentry | 0378_delete_outdated_projectteam | 2019-12-04 09:40:11.200707+00
385 | sentry | 0379_auto__add_unique_projectteam_project | 2019-12-04 09:40:11.749882+00
386 | sentry | 0380_auto__chg_field_servicehook_url | 2019-12-04 09:40:12.309104+00
387 | sentry | 0381_auto__del_field_deletedproject_team_name__del_field_deletedproject_tea | 2019-12-04 09:40:12.843402+00
388 | sentry | 0382_auto__add_groupenvironment__add_unique_groupenvironment_group_id_envir | 2019-12-04 09:40:13.412627+00
389 | sentry | 0383_auto__chg_field_project_team | 2019-12-04 09:40:13.938237+00
390 | sentry | 0384_auto__del_unique_projectteam_project | 2019-12-04 09:40:14.503022+00
391 | sentry | 0385_auto__add_field_rule_environment_id | 2019-12-04 09:40:15.064215+00
392 | sentry | 0386_auto__del_unique_project_team_slug | 2019-12-04 09:40:15.628296+00
393 | sentry | 0387_auto__add_field_groupassignee_team__chg_field_groupassignee_user | 2019-12-04 09:40:16.210382+00
394 | sentry | 0388_auto__add_field_environmentproject_is_hidden | 2019-12-04 09:40:16.766601+00
395 | sentry | 0389_auto__add_field_groupenvironment_first_release_id__add_index_groupenvi | 2019-12-04 09:40:17.333476+00
396 | sentry | 0390_auto__add_field_userreport_environment | 2019-12-04 09:40:17.896662+00
397 | sentry | 0391_auto__add_fileblobowner__add_unique_fileblobowner_blob_organization__a | 2019-12-04 09:40:18.494953+00
398 | sentry | 0392_auto__add_projectownership | 2019-12-04 09:40:19.09353+00
399 | sentry | 0393_auto__add_assistantactivity__add_unique_assistantactivity_user_guide_i | 2019-12-04 09:40:19.721833+00
400 | sentry | 0394_auto__chg_field_project_team | 2019-12-04 09:40:20.332994+00
401 | sentry | 0395_auto__add_releaseprojectenvironment__add_unique_releaseprojectenvironm | 2019-12-04 09:40:20.985394+00
402 | sentry | 0396_auto__del_field_project_team | 2019-12-04 09:40:21.57881+00
403 | sentry | 0397_auto__add_latestrelease__add_unique_latestrelease_repository_id_enviro | 2019-12-04 09:40:22.184013+00
404 | sentry | 0397_auto__add_unique_identity_idp_user | 2019-12-04 09:40:22.794546+00
405 | sentry | 0398_auto__add_pullrequestcommit__add_unique_pullrequestcommit_pull_request | 2019-12-04 09:40:23.424686+00
406 | sentry | 0399_auto__chg_field_user_last_login__add_unique_identity_idp_user | 2019-12-04 09:40:24.055967+00
407 | sentry | 0400_auto__add_projectredirect__add_unique_projectredirect_organization_red | 2019-12-04 09:40:24.73309+00
408 | sentry | 0401_auto__chg_field_projectdsymfile_uuid | 2019-12-04 09:40:25.374651+00
409 | sentry | 0402_auto__add_field_organizationintegration_date_added__add_field_identity | 2019-12-04 09:40:25.993904+00
410 | sentry | 0403_auto__add_teamavatar | 2019-12-04 09:40:26.657532+00
411 | sentry | 0404_auto__del_unique_environment_project_id_name | 2019-12-04 09:40:27.316124+00
412 | sentry | 0405_auto__add_field_user_flags | 2019-12-04 09:40:27.999856+00
413 | sentry | 0406_auto__add_projectavatar | 2019-12-04 09:40:28.69069+00
414 | sentry | 0407_auto__add_field_identityprovider_external_id__add_unique_identityprovi | 2019-12-04 09:40:29.379039+00
415 | sentry | 0408_identity_provider_external_id | 2019-12-04 09:40:30.033999+00
416 | sentry | 0409_auto__add_field_releaseprojectenvironment_last_deploy_id | 2019-12-04 09:40:30.70586+00
417 | sentry | 0410_auto__del_unique_identityprovider_type_organization | 2019-12-04 09:40:31.378605+00
418 | sentry | 0411_auto__add_field_projectkey_data | 2019-12-04 09:40:32.087822+00
419 | sentry | 0412_auto__chg_field_file_name | 2019-12-04 09:40:32.716203+00
420 | sentry | 0413_auto__add_externalissue__add_unique_externalissue_organization_id_inte | 2019-12-04 09:40:33.3276+00
421 | sentry | 0414_backfill_release_project_environment_last_deploy_id | 2019-12-04 09:40:33.940329+00
422 | sentry | 0415_auto__add_relay | 2019-12-04 09:40:34.559436+00
423 | sentry | 0416_auto__del_field_identityprovider_organization__add_field_identityprovi | 2019-12-04 09:40:35.23251+00
424 | sentry | 0417_migrate_identities | 2019-12-04 09:40:35.841261+00
425 | sentry | 0418_delete_old_idps | 2019-12-04 09:40:36.433628+00
426 | sentry | 0419_auto__add_unique_identityprovider_type_external_id | 2019-12-04 09:40:37.033644+00
427 | sentry | 0420_auto__chg_field_identityprovider_organization_id | 2019-12-04 09:40:37.647228+00
428 | sentry | 0421_auto__del_field_identityprovider_organization_id__del_unique_identityp | 2019-12-04 09:40:38.253957+00
429 | sentry | 0422_auto__add_grouphashtombstone__add_unique_grouphashtombstone_project_ha | 2019-12-04 09:40:38.87034+00
430 | sentry | 0423_auto__add_index_grouphashtombstone_deleted_at | 2019-12-04 09:40:41.504501+00
431 | sentry | 0424_auto__add_field_integration_status | 2019-12-04 09:40:42.101996+00
432 | sentry | 0425_auto__add_index_pullrequest_organization_id_merge_commit_sha | 2019-12-04 09:40:42.700847+00
433 | sentry | 0425_remove_invalid_github_idps | 2019-12-04 09:40:43.308442+00
434 | sentry | 0426_auto__add_sentryappinstallation__add_sentryapp__add_field_user_is_sent | 2019-12-04 09:40:43.991695+00
435 | sentry | 0427_auto__add_eventattachment__add_unique_eventattachment_project_id_event | 2019-12-04 09:40:44.638736+00
436 | sentry | 0428_auto__add_index_eventattachment_project_id_date_added | 2019-12-04 09:40:45.268843+00
437 | sentry | 0429_auto__add_integrationexternalproject__add_unique_integrationexternalpr | 2019-12-04 09:40:45.923934+00
438 | sentry | 0430_auto__add_field_organizationintegration_status | 2019-12-04 09:40:46.575193+00
439 | sentry | 0431_auto__add_field_externalissue_metadata | 2019-12-04 09:40:47.226218+00
440 | sentry | 0432_auto__add_field_relay_is_internal | 2019-12-04 09:40:47.872429+00
441 | sentry | 0432_auto__add_index_userreport_date_added__add_index_eventattachment_date_ | 2019-12-04 09:40:48.525563+00
442 | sentry | 0433_auto__add_field_relay_is_internal__add_field_userip_country_code__add_ | 2019-12-04 09:40:49.183014+00
443 | sentry | 0434_auto__add_discoversavedqueryproject__add_unique_discoversavedqueryproj | 2019-12-04 09:40:49.87392+00
444 | sentry | 0435_auto__add_field_discoversavedquery_created_by | 2019-12-04 09:40:50.531394+00
445 | sentry | 0436_rename_projectdsymfile_to_projectdebugfile | 2019-12-04 09:40:51.184329+00
446 | sentry | 0437_auto__add_field_sentryapp_status | 2019-12-04 09:40:51.870222+00
447 | sentry | 0438_auto__add_index_sentryapp_status__chg_field_sentryapp_proxy_user__chg_ | 2019-12-04 09:40:52.609791+00
448 | sentry | 0439_auto__chg_field_sentryapp_owner | 2019-12-04 09:40:53.317367+00
449 | sentry | 0440_auto__del_unique_projectdebugfile_project_debug_id__add_index_projectd | 2019-12-04 09:40:53.995144+00
450 | sentry | 0441_auto__add_field_projectdebugfile_data | 2019-12-04 09:40:54.657484+00
451 | sentry | 0442_auto__add_projectcficachefile__add_unique_projectcficachefile_project_ | 2019-12-04 09:40:55.357886+00
452 | sentry | 0443_auto__add_field_organizationmember_token_expires_at | 2019-12-04 09:40:56.031975+00
453 | sentry | 0443_auto__del_dsymapp__del_unique_dsymapp_project_platform_app_id__del_ver | 2019-12-04 09:40:56.717397+00
454 | sentry | 0444_auto__add_sentryappavatar__add_field_sentryapp_redirect_url__add_field | 2019-12-04 09:40:57.458113+00
455 | sentry | 0445_auto__add_promptsactivity__add_unique_promptsactivity_user_feature_org | 2019-12-04 09:40:58.166197+00
456 | sentry | 0446_auto__add_index_promptsactivity_project_id | 2019-12-04 09:40:58.852833+00
457 | sentry | 0447_auto__del_field_promptsactivity_organization__add_field_promptsactivit | 2019-12-04 09:40:59.604935+00
458 | sentry | 0448_auto__add_field_sentryapp_is_alertable | 2019-12-04 09:41:00.315794+00
459 | sentry | 0449_auto__chg_field_release_owner | 2019-12-04 09:41:01.001649+00
460 | sentry | 0450_auto__del_grouphashtombstone__del_unique_grouphashtombstone_project_ha | 2019-12-04 09:41:01.695149+00
461 | sentry | 0451_auto__del_field_projectbookmark_project_id__add_field_projectbookmark_ | 2019-12-04 09:41:02.391003+00
462 | sentry | 0452_auto__add_field_sentryapp_events | 2019-12-04 09:41:03.083177+00
463 | sentry | 0452_auto__del_field_releaseenvironment_organization_id__del_field_releasee | 2019-12-04 09:41:03.785755+00
464 | sentry | 0453_auto__add_index_releasefile_release_name | 2019-12-04 09:41:04.513634+00
465 | sentry | 0454_resolve_duplicate_0452 | 2019-12-04 09:41:05.245938+00
466 | sentry | 0455_auto__add_field_groupenvironment_first_seen | 2019-12-04 09:41:05.926442+00
467 | sentry | 0456_auto__add_dashboard__add_unique_dashboard_organization_title__add_widg | 2019-12-04 09:41:06.705817+00
468 | sentry | 0457_auto__add_field_savedsearch_is_global__chg_field_savedsearch_project__ | 2019-12-04 09:41:07.416413+00
469 | sentry | 0457_auto__add_monitorcheckin__add_monitor__add_index_monitor_type_next_che | 2019-12-04 09:41:08.209667+00
470 | sentry | 0458_global_searches_data_migration | 2019-12-04 09:41:08.929564+00
471 | sentry | 0459_global_searches_unique_constraint | 2019-12-04 09:41:09.658102+00
472 | sentry | 0460_auto__add_field_servicehook_organization_id | 2019-12-04 09:41:10.371818+00
473 | sentry | 0461_event_attachment_indexes | 2019-12-04 09:41:11.138562+00
474 | sentry | 0462_auto__add_servicehookproject | 2019-12-04 09:41:11.92222+00
475 | sentry | 0462_releaseenvironment_project_id | 2019-12-04 09:41:12.658485+00
476 | sentry | 0463_backfill_service_hook_project | 2019-12-04 09:41:13.41752+00
477 | sentry | 0464_auto__add_sentryappcomponent__add_field_sentryapp_schema | 2019-12-04 09:41:14.251715+00
478 | sentry | 0464_groupenvironment_foreignkeys | 2019-12-04 09:41:15.038586+00
479 | sentry | 0465_sync | 2019-12-04 09:41:15.821882+00
480 | sentry | 0466_auto__add_platformexternalissue__add_unique_platformexternalissue_grou | 2019-12-04 09:41:16.62808+00
481 | sentry | 0467_backfill_integration_status | 2019-12-04 09:41:17.415304+00
482 | sentry | 0468_auto__add_field_projectdebugfile_code_id__add_index_projectdebugfile_p | 2019-12-04 09:41:18.219173+00
483 | sentry | 0468_recent_search | 2019-12-04 09:41:19.079885+00
484 | sentry | 0469_fix_state | 2019-12-04 09:41:19.929917+00
485 | sentry | 0470_org_saved_search | 2019-12-04 09:41:23.359754+00
486 | sentry | 0471_global_saved_search_types | 2019-12-04 09:41:24.193132+00
487 | sentry | 0472_auto__add_field_sentryapp_author | 2019-12-04 09:41:25.006831+00
488 | sentry.nodestore | 0001_initial | 2019-12-04 09:41:26.148757+00
489 | sentry.search | 0001_initial | 2019-12-04 09:41:26.695013+00
490 | sentry.search | 0002_auto__del_searchtoken__del_unique_searchtoken_document_field_token__de | 2019-12-04 09:41:26.728091+00
491 | social_auth | 0001_initial | 2019-12-04 09:41:30.384012+00
492 | social_auth | 0002_auto__add_unique_nonce_timestamp_salt_server_url__add_unique_associati | 2019-12-04 09:41:30.548695+00
493 | social_auth | 0003_auto__del_nonce__del_unique_nonce_server_url_timestamp_salt__del_assoc | 2019-12-04 09:41:30.589036+00
494 | social_auth | 0004_auto__del_unique_usersocialauth_provider_uid__add_unique_usersocialaut | 2019-12-04 09:41:30.622573+00
495 | sentry.tagstore | 0001_initial | 2019-12-04 09:41:31.185891+00
496 | sentry.tagstore | 0002_auto__del_tagkey__del_unique_tagkey_project_id_environment_id_key__del | 2019-12-04 09:41:31.267043+00
497 | sentry.tagstore | 0003_auto__add_tagkey__add_unique_tagkey_project_id_environment_id_key__add | 2019-12-04 09:41:31.466883+00
498 | sentry.tagstore | 0004_auto__del_tagkey__del_unique_tagkey_project_id_environment_id_key__del | 2019-12-04 09:41:31.552044+00
499 | sentry.tagstore | 0005_auto__add_tagvalue__add_unique_tagvalue_project_id__key_value__add_ind | 2019-12-04 09:41:31.750078+00
500 | sentry.tagstore | 0006_auto__del_unique_eventtag_event_id_key_value__add_unique_eventtag_proj | 2019-12-04 09:41:31.79463+00
501 | sentry.tagstore | 0007_auto__chg_field_tagkey_environment_id__chg_field_tagkey_project_id__ch | 2019-12-04 09:41:32.293192+00
502 | sentry.tagstore | 0008_auto__chg_field_tagkey_environment_id | 2019-12-04 09:41:32.349217+00
503 | sentry_plugins.hipchat_ac | 0001_initial | 2019-12-04 09:41:32.926429+00
504 | sentry_plugins.hipchat_ac | 0002_auto__del_mentionedevent | 2019-12-04 09:41:32.967829+00
505 | sentry_plugins.jira_ac | 0001_initial | 2019-12-04 09:41:36.724768+00
(505 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment