Skip to content

Commit

Permalink
Merge pull request #125 from bbommer/master
Browse files Browse the repository at this point in the history
Update db_update script for tag 12
  • Loading branch information
bbommer authored Dec 4, 2018
2 parents 51f3723 + 692562e commit 992a7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
$adb->query("INSERT INTO vtiger_ws_fieldtype (`uitype` ,`fieldtype`) VALUES ('cr16', 'autocompletedtext')");
echo 'done<br>';

echo "<br>update Tag version to 11.. ";
$query = "UPDATE `vtiger_version` SET `tag_version` = 'berlicrm-1.0.0.11'";
echo "<br>update Tag version to 12.. ";
$query = "UPDATE `vtiger_version` SET `tag_version` = 'berlicrm-1.0.0.12'";
$adb->pquery($query, array());
echo " Tag version done.<br>";

0 comments on commit 992a7d5

Please sign in to comment.