mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
re-enable changefeed for mongodb
This commit is contained in:
parent
00458cfa68
commit
9f738cd58d
@ -16,7 +16,7 @@ generic backend interfaces to the implementations in this module.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# Register the single dispatched modules on import.
|
# Register the single dispatched modules on import.
|
||||||
from bigchaindb.backend.mongodb import schema, query # noqa no changefeed for now
|
from bigchaindb.backend.mongodb import schema, query, changefeed # noqa
|
||||||
|
|
||||||
# MongoDBConnection should always be accessed via
|
# MongoDBConnection should always be accessed via
|
||||||
# ``bigchaindb.backend.connect()``.
|
# ``bigchaindb.backend.connect()``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user