mirror of https://github.com/Aidaho12/haproxy-wi
parent
2664479d1c
commit
2558528a40
|
@ -456,7 +456,7 @@ def update_db_v_4_3_0(**kwargs):
|
|||
con, cur = get_cur()
|
||||
if mysql_enable == '1':
|
||||
sql = """
|
||||
insert OR IGNORE into user_groups(user_id, user_group_id) select user.id, user.groups from user;
|
||||
insert IGNORE into user_groups(user_id, user_group_id) select user.id, user.groups from user;
|
||||
"""
|
||||
else:
|
||||
sql = """
|
||||
|
|
Loading…
Reference in New Issue