Drop sent_transactions

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2018-12-01 23:07:10 -06:00
parent 7039ece8fb
commit 704c5298f0
No known key found for this signature in database
GPG key ID: 37419210002890EF
6 changed files with 3 additions and 74 deletions

View file

@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 52
SCHEMA_VERSION = 53
dir_path = os.path.abspath(os.path.dirname(__file__))