mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add the missing table asset in backend.schema
This commit is contained in:
parent
e8ee39463f
commit
3e6948bca4
@ -19,7 +19,7 @@ from bigchaindb.backend.connection import connect
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
TABLES = ('bigchain', 'backlog', 'votes')
|
||||
TABLES = ('bigchain', 'backlog', 'votes', 'assets')
|
||||
|
||||
|
||||
@singledispatch
|
||||
|
Loading…
x
Reference in New Issue
Block a user