mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1226: Fix 4.1-new-db-schema.sql, use cloud before exec statements
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
34cd2d630d
commit
3e613788e9
|
|
@ -15,6 +15,8 @@
|
|||
-- specific language governing permissions and limitations
|
||||
-- under the License.
|
||||
|
||||
use cloud;
|
||||
|
||||
alter table vm_template add image_data_store_id bigint unsigned;
|
||||
alter table vm_template add size bigint unsigned;
|
||||
alter table vm_template add state varchar(255);
|
||||
|
|
|
|||
Loading…
Reference in New Issue