Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Oct 20, 2017
2 parents 1fed2d2 + 652264f commit 46e55dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
$this->log_db($this->db->last_query());

# fields
alter_table('fields', 'type', "`type` enum('varchar','list','date') NOT NULL DEFAULT 'varchar'");
$this->alter_table('fields', 'type', "`type` enum('varchar','list','date') NOT NULL DEFAULT 'varchar'");

# ldap_servers
alter_table('ldap_servers', 'port', "`port` varchar(200) NOT NULL DEFAULT '389'");
$this->alter_table('ldap_servers', 'port', "`port` varchar(200) NOT NULL DEFAULT '389'");

# set our versions
$sql = "UPDATE `configuration` SET `value` = '20171010' WHERE `name` = 'internal_version'";
Expand Down

0 comments on commit 46e55dc

Please sign in to comment.