adjusted db version

This commit is contained in:
Ulf Gebhardt 2022-02-03 21:41:14 +01:00
parent 17e2e28aec
commit ff77ffc82c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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