mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
Automatically upgrade database.
This commit is contained in:
@@ -12,7 +12,7 @@ from sqlalchemy.ext.declarative import declarative_base
|
||||
from enum import IntEnum, auto
|
||||
|
||||
|
||||
CURRENT_DB_VERSION = 4
|
||||
CURRENT_DB_VERSION = 5
|
||||
Base = declarative_base()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user