You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
defined('BASEPATH') OR exit('No direct script access allowed');
class Migration_add_long_running_flag extends CI_Migration
{
// Add a column to indicate whether the office's crawl takes longer than 23 hours
public function up()
{
$this->db->query("CALL add_column_if_not_exists('offices', 'long_running', 'varchar(256) CHARACTER SET latin1 DEFAULT \'FALSE\' AFTER `cfo_act_agency`')");
// these are the offices that have long running crawls
$this->db->query("UPDATE offices SET long_running = 'TRUE' WHERE name IN (