Add the missing table asset in backend.schema

This commit is contained in:
KURO1 2017-07-10 17:54:04 +08:00
parent e8ee39463f
commit 3e6948bca4

View File

@ -19,7 +19,7 @@ from bigchaindb.backend.connection import connect
logger = logging.getLogger(__name__)
TABLES = ('bigchain', 'backlog', 'votes')
TABLES = ('bigchain', 'backlog', 'votes', 'assets')
@singledispatch