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
599dd21410
commit
18dcb98d2b
@ -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