mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:05:01 +02:00
global-functions: $ScriptInstallUpdate: implement migration mechanism
Reset $SentConfigChangesNotification and rerun $ScriptInstallUpdate to test... :set SentConfigChangesNotification $ScriptInstallUpdate
This commit is contained in:
parent
40dc2415d3
commit
0360a0ef90
4 changed files with 16 additions and 3 deletions
|
@ -44,4 +44,10 @@
|
|||
38="Imported new Let's Encrypt intermediate certificate 'R3'.";
|
||||
39="Added support for interface specific address list entries in 'ipv6-update'.";
|
||||
40="Made the certificate renewal time configurable.";
|
||||
41="Implemented migration mechanism for script updates.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
:global GlobalConfigMigration {
|
||||
41=":global SendNotification; \$SendNotification (\"Migration mechanism\") (\"Congratulations!\nSuccessfully tested the new migration mechanism.\");";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue