mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Resolves #1004
This commit is contained in:
parent
03d46b40f9
commit
29c10e30a9
@ -8,6 +8,8 @@ from bigchaindb.backend.connection import connect
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
TABLES = ('bigchain', 'backlog', 'votes')
|
||||||
|
|
||||||
|
|
||||||
@singledispatch
|
@singledispatch
|
||||||
def create_database(connection, dbname):
|
def create_database(connection, dbname):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user