sayali 2020-10-30 18:12:22 -07:00
parent d821024e35
commit d88da028b1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Vault(types.TypeDecorator):
"""
# required by SQLAlchemy. defines the underlying column type
impl = types.Binary
impl = types.LargeBinary
def process_bind_param(self, value, dialect):
"""