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 091006e commit 6c848c6Copy full SHA for 6c848c6
api/app_analytics/migrations/0007_labels_jsonb.py
@@ -64,6 +64,8 @@ class Migration(migrations.Migration):
64
END
65
$$;
66
""",
67
+ # We don't want hstore in the database at all,
68
+ # so don't do anything for reverse SQL.
69
reverse_sql="",
70
),
71
],
0 commit comments