mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Change config migration script to update to 0.15.0 version
Next release, 0.14.0 wouldn't contain the migration to Postgres
This commit is contained in:
parent
17cbbb0b01
commit
e1f0128576
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
def migrate_server_pg(args):
|
||||
schema_version = "0.14.0"
|
||||
schema_version = "0.15.0"
|
||||
raw_config = load_config_from_file(args.config_file)
|
||||
previous_version = raw_config.get("version")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue