Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
macobo committed Jul 16, 2021
1 parent 553ca69 commit bf08b82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ee/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def django_db_setup(django_db_setup, django_db_keepdb):

if not django_db_keepdb:
try:
sync_execute(f"SYSTEM DROP REPLICA 'ch1-01' FROM DATABASE {CLICKHOUSE_DATABASE}")
database.drop_database()
except:
pass
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gunicorn==20.1.0
grpcio==1.33.1
idna==2.8
importlib-metadata==1.6.0
git+git://github.com/PostHog/infi.clickhouse_orm@fix-migration-create-table
git+git://github.com/PostHog/infi.clickhouse_orm@acc73fccc70489a83a12af09fcaaae1abc7d661f
kafka-python==2.0.1
kafka-helper==0.2
kombu==4.6.8
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ idna==2.8
# requests
importlib-metadata==1.6.0
# via -r requirements.in
git+git://github.com/PostHog/infi.clickhouse_orm@fix-migration-create-table
git+git://github.com/PostHog/infi.clickhouse_orm@acc73fccc70489a83a12af09fcaaae1abc7d661f
# via -r requirements.in
iso8601==0.1.12
# via infi.clickhouse-orm
Expand Down

0 comments on commit bf08b82

Please sign in to comment.