mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-02-16 16:30:34 +03:00
Merge branch 'carrotquest-issue-89-fix' into develop
This commit is contained in:
commit
3620b5889d
|
@ -118,6 +118,7 @@ class Database(object):
|
||||||
Deletes the database on the ClickHouse server.
|
Deletes the database on the ClickHouse server.
|
||||||
'''
|
'''
|
||||||
self._send('DROP DATABASE `%s`' % self.db_name)
|
self._send('DROP DATABASE `%s`' % self.db_name)
|
||||||
|
self.db_exists = False
|
||||||
|
|
||||||
def create_table(self, model_class):
|
def create_table(self, model_class):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user