The creation of unique keys failed for MariaDB

This commit is contained in:
Michael Vogel 2016-10-09 07:01:19 +00:00
parent a1c63994d2
commit 4404bf1651
3 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?php
define('UPDATE_VERSION' , 1205);
define('UPDATE_VERSION' , 1206);
/**
*
@ -1727,4 +1727,4 @@ function update_1190() {
function update_1202() {
$r = q("UPDATE `user` SET `account-type` = %d WHERE `page-flags` IN (%d, %d)",
dbesc(ACCOUNT_TYPE_COMMUNITY), dbesc(PAGE_COMMUNITY), dbesc(PAGE_PRVGROUP));
}
}