mirror of
https://github.com/apache/cloudstack
synced 2026-08-10 08:17:51 +00:00
9 lines
122 B
SQL
9 lines
122 B
SQL
--data upgrade from 21 to 22
|
|
use cloud;
|
|
|
|
START TRANSACTION;
|
|
|
|
DELETE FROM configuration where name='upgrade.url';
|
|
|
|
COMMIT;
|