Add the missing table asset in backend.schema

This commit is contained in:
KURO1 2017-07-10 17:54:04 +08:00 committed by Sylvain Bellemare
parent 599dd21410
commit 18dcb98d2b
1 changed files with 1 additions and 1 deletions

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