diff --git a/lib/Config/Migrator.php b/lib/Config/Migrator.php index 14386999f6..b9561978af 100644 --- a/lib/Config/Migrator.php +++ b/lib/Config/Migrator.php @@ -517,7 +517,7 @@ class Migrator { function featureFlags() { $attributes = array( 'id int(11) unsigned NOT NULL AUTO_INCREMENT,', - 'name varchar(255) NOT NULL,', + 'name varchar(100) NOT NULL,', 'value tinyint(1),', 'created_at timestamp NULL,', // must be NULL, see comment at the top 'updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,',