We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4276f44 commit ed04842Copy full SHA for ed04842
install/set-up-and-migrate-database.sh
@@ -10,15 +10,6 @@ if [[ -z "${SKIP_SENTRY_MIGRATIONS:-}" ]]; then
10
exit 1
11
fi
12
13
- # Using django ORM to provide broader support for users with external databases
14
- $dcr web shell -c "
15
-from django.db import connection
16
-
17
-with connection.cursor() as cursor:
18
- cursor.execute('ALTER TABLE IF EXISTS sentry_groupedmessage DROP CONSTRAINT IF EXISTS sentry_groupedmessage_project_id_id_515aaa7e_uniq;')
19
- cursor.execute('DROP INDEX IF EXISTS sentry_groupedmessage_project_id_id_515aaa7e_uniq;')
20
-"
21
22
if [[ -n "${CI:-}" || "${SKIP_USER_CREATION:-0}" == 1 ]]; then
23
$dcr web upgrade --noinput --create-kafka-topics
24
echo ""
0 commit comments