adjust required database version

This commit is contained in:
Ulf Gebhardt 2022-01-29 05:37:43 +01:00
parent 07299299a7
commit 31c00a28e0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -4,7 +4,7 @@ import dotenv from 'dotenv'
dotenv.config() dotenv.config()
const constants = { const constants = {
DB_VERSION: '0015-admin_pending_creations', DB_VERSION: '0016-transaction_signatures',
} }
const server = { const server = {