Skip to content

Commit

Permalink
fix(data-models): Final cleanup update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Aug 12, 2024
1 parent 6e11727 commit d9ff1a5
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 117 deletions.
3 changes: 1 addition & 2 deletions posthog/migrations/0453_datawarehousemodelpath_and_more.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.14 on 2024-08-07 13:24
# Generated by Django 4.2.14 on 2024-08-09 17:28

import django.contrib.postgres.indexes
import django.db.models.constraints
Expand Down Expand Up @@ -59,7 +59,6 @@ class Migration(migrations.Migration):
options={
"indexes": [
models.Index(fields=["team_id", "path"], name="team_id_path"),
models.Index(fields=["team_id", "table_id"], name="team_id_table_id"),
models.Index(fields=["team_id", "saved_query_id"], name="team_id_saved_query_id"),
django.contrib.postgres.indexes.GistIndex(models.F("path"), name="model_path_path"),
],
Expand Down
Loading

0 comments on commit d9ff1a5

Please sign in to comment.