mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-10 19:36:33 +03:00
This commit is contained in:
parent
41cf4c3a79
commit
c56820fb6c
|
@ -116,6 +116,7 @@ class Database(object):
|
|||
Deletes the database on the ClickHouse server.
|
||||
'''
|
||||
self._send('DROP DATABASE `%s`' % self.db_name)
|
||||
self.db_exists = False
|
||||
|
||||
def create_table(self, model_class):
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user