mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-13 04:46: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.
|
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