Skip to content

Commit 6c848c6

Browse files
committed
docs
1 parent 091006e commit 6c848c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/app_analytics/migrations/0007_labels_jsonb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ class Migration(migrations.Migration):
6464
END
6565
$$;
6666
""",
67+
# We don't want hstore in the database at all,
68+
# so don't do anything for reverse SQL.
6769
reverse_sql="",
6870
),
6971
],

0 commit comments

Comments
 (0)