Increase area field in table tc_geofences

Ahmad Bassel3 years ago

I would like to add a new suggestion which also I faced with our server, it is increasing the area field capacity from 4000 chars to text field which can handle more points.

ALTER TABLE `tc_geofences` CHANGE COLUMN `area` `area` TEXT NOT NULL COLLATE 'utf8_unicode_ci' AFTER `description`;

Because we have some big geofences like countries with so many points, so when I tried to add one it did not fit on the table because of this.

Best Regards

Anton Tananaev3 years ago

Feel free to send a pull request.