File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static function getStructure(Structure $structure)
1818 ],
1919 'title ' => [
2020 'type ' => self ::STR ,
21- 'maxLength ' => 200 ,
21+ 'maxLength ' => 150 ,
2222 'required ' => 'please_enter_valid_title '
2323 ],
2424 'category ' => [
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public function installStep1()
1919 $ this ->schemaManager ()->createTable ('xf_if_gs_tiles ' , function (Create $ table )
2020 {
2121 $ table ->addColumn ('tile_id ' , 'int ' )->autoIncrement ();
22- $ table ->addColumn ('title ' , 'varchar ' , 200 );
22+ $ table ->addColumn ('title ' , 'varchar ' , 150 );
2323 $ table ->addColumn ('category ' , 'varchar ' , 25 )->setDefault ('' );
2424 $ table ->addColumn ('link ' , 'varchar ' , 200 );
2525 $ table ->addColumn ('image_url ' , 'varchar ' , 200 );
You can’t perform that action at this time.
0 commit comments