Skip to content

Commit

Permalink
Update posthog/clickhouse/migrations/0095_add_snapshot_library_tracki…
Browse files Browse the repository at this point in the history
…ng.py

Co-authored-by: James Greenhill <[email protected]>
  • Loading branch information
pauldambra and fuziontech authored Dec 12, 2024
1 parent b40fbde commit b6acc0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
run_sql_with_exceptions(DROP_SESSION_REPLAY_EVENTS_TABLE_MV_SQL()),
run_sql_with_exceptions(DROP_KAFKA_SESSION_REPLAY_EVENTS_TABLE_SQL()),
# now we can alter the target tables
run_sql_with_exceptions(ADD_LIBRARY_SESSION_REPLAY_EVENTS_TABLE_SQL()),
run_sql_with_exceptions(ADD_LIBRARY_DISTRIBUTED_SESSION_REPLAY_EVENTS_TABLE_SQL()),
run_sql_with_exceptions(ADD_LIBRARY_WRITABLE_SESSION_REPLAY_EVENTS_TABLE_SQL()),
run_sql_with_exceptions(ADD_LIBRARY_SESSION_REPLAY_EVENTS_TABLE_SQL()),
# and then recreate the materialized views and kafka tables
run_sql_with_exceptions(KAFKA_SESSION_REPLAY_EVENTS_TABLE_SQL()),
run_sql_with_exceptions(SESSION_REPLAY_EVENTS_TABLE_MV_SQL()),
Expand Down

0 comments on commit b6acc0d

Please sign in to comment.