3 declare(strict_types=1);
5 use Phinx\Db\Adapter\MysqlAdapter;
6 use Phinx\Migration\AbstractMigration;
17 if ($this->hasTable(
'system_log')) {
18 $table = $this->table(
'system_log');
20 $table->changeColumn(
'object_class',
'string', [
'limit' => MysqlAdapter::TEXT_SMALL]);
21 $table->changeColumn(
'event',
'string', [
'limit' => MysqlAdapter::TEXT_SMALL]);
change()
Increases length for systemlog columns.
if(parse_url(elgg_get_site_url(), PHP_URL_PATH) !=='/') if(file_exists(elgg_get_root_path() . 'robots.txt'))
Set robots.txt.