We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4b132 commit f8a20a4Copy full SHA for f8a20a4
engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql
@@ -50,7 +50,7 @@ CREATE TABLE `cloud`.`backup_details` (
50
`id` bigint unsigned NOT NULL auto_increment,
51
`backup_id` bigint unsigned NOT NULL COMMENT 'backup id',
52
`name` varchar(255) NOT NULL,
53
- `value` varchar(65536) NOT NULL,
+ `value` TEXT NOT NULL,
54
`display` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Should detail be displayed to the end user',
55
PRIMARY KEY (`id`),
56
CONSTRAINT `fk_backup_details__backup_id` FOREIGN KEY `fk_backup_details__backup_id`(`backup_id`) REFERENCES `backups`(`id`) ON DELETE CASCADE
0 commit comments