You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/db/db/schema-440to450.sql
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@
22
22
-- Disable foreign key checking
23
23
-- SET foreign_key_checks = 0;
24
24
25
-
ALTERTABLE`cloud`.`volumes` ADD COLUMN `provisioning_type`VARCHAR(32) NOT NULL DEFAULT 'Off' COMMENT 'pre allocation setting of the volume';
26
-
ALTERTABLE`cloud`.`disk_offering` ADD COLUMN `provisioning_type`VARCHAR(32) NOT NULL DEFAULT 'Off' COMMENT 'pre allocation setting of the volume';
25
+
ALTERTABLE`cloud`.`volumes` ADD COLUMN `provisioning_type`VARCHAR(32) NOT NULL DEFAULT 'thin' COMMENT 'pre allocation setting of the volume';
26
+
ALTERTABLE`cloud`.`disk_offering` ADD COLUMN `provisioning_type`VARCHAR(32) NOT NULL DEFAULT 'thin' COMMENT 'pre allocation setting of the volume';
27
27
28
28
DROPVIEW IF EXISTS `cloud`.`disk_offering_view`;
29
29
CREATEVIEW `cloud`.`disk_offering_view`AS
@@ -225,4 +225,4 @@ CREATE VIEW `cloud`.`volume_view` AS
225
225
andasync_job.job_status=0;
226
226
227
227
/* As part of the separation of Xen and XenServer, update the column for the network labels */
228
-
ALTERTABLE`cloud`.`physical_network_traffic_types` CHANGE `xen_network_label``xenserver_network_label`varchar(255) COMMENT 'The network name label of the physical device dedicated to this traffic on a XenServer host'
228
+
ALTERTABLE`cloud`.`physical_network_traffic_types` CHANGE `xen_network_label``xenserver_network_label`varchar(255) COMMENT 'The network name label of the physical device dedicated to this traffic on a XenServer host'
0 commit comments