mirror of https://github.com/apache/cloudstack.git
Adding migration script to remove the 'upgrade.url' parameter from the 2.2 codebase
This commit is contained in:
parent
7882d2ad59
commit
25ac9104bb
|
|
@ -0,0 +1,8 @@
|
|||
--data upgrade from 21 to 22
|
||||
use cloud;
|
||||
|
||||
START TRANSACTION;
|
||||
|
||||
DELETE FROM configuration where name='upgrade.url';
|
||||
|
||||
COMMIT;
|
||||
Loading…
Reference in New Issue