M1ha 2018-12-13 15:40:08 +05:00
parent 41cf4c3a79
commit c56820fb6c

View File

@ -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):
'''