add "migration successful" message
This commit is contained in:
parent
8eb26a5bd2
commit
84b77b5cb9
1 changed files with 3 additions and 0 deletions
|
@ -27,3 +27,6 @@ for server_id, value in results:
|
|||
[server_id, "alias-%s" % alias, json.dumps(command)])
|
||||
database.commit()
|
||||
database.close()
|
||||
|
||||
print()
|
||||
print("Migration successful!")
|
||||
|
|
Loading…
Reference in a new issue