mirror of https://github.com/Aidaho12/haproxy-wi
v8.0.1: Update database version and fix minor formatting issue
This commit updates the database version from 8.0 to 8.0.1 to reflect recent changes. Additionally, a minor formatting adjustment was made by adding a newline for better code readability.pull/399/head
parent
77701e1d9f
commit
2b96fefba1
|
@ -573,6 +573,7 @@ def update_db_v_7_3_1():
|
|||
else:
|
||||
print("An error occurred:", e)
|
||||
|
||||
|
||||
def update_db_v_7_4():
|
||||
try:
|
||||
migrate(
|
||||
|
@ -621,7 +622,7 @@ def update_db_v_8():
|
|||
|
||||
def update_ver():
|
||||
try:
|
||||
Version.update(version='8.0').execute()
|
||||
Version.update(version='8.0.1').execute()
|
||||
except Exception:
|
||||
print('Cannot update version')
|
||||
|
||||
|
|
Loading…
Reference in New Issue