Skip to content

Commit 5c37249

Browse files
committed
Fix database upgrade from 4.3.0 to 4.4.0
1 parent 48f8a95 commit 5c37249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/db/db/schema-430to440.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ CREATE TABLE `cloud`.`op_router_monitoring_services` (
664664
`last_alert_timestamp` varchar(255) NOT NULL COMMENT 'Timestamp of the last alert received from Virtual Router',
665665
PRIMARY KEY (`vm_id`),
666666
CONSTRAINT `fk_virtual_router__id` FOREIGN KEY `fk_virtual_router__id` (`vm_id`) REFERENCES `vm_instance`(`id`) ON DELETE CASCADE
667-
) ENGINE = InnoDB DEFAULT CHARSET=utf8
667+
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
668668

669669
ALTER TABLE `cloud`.`event` ADD COLUMN `display` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the detail can be displayed to the end user';
670670

0 commit comments

Comments
 (0)