mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
The creation of unique keys failed for MariaDB
This commit is contained in:
parent
a1c63994d2
commit
4404bf1651
3 changed files with 6 additions and 5 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue