mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
typo in update - critical
This commit is contained in:
parent
94b9e9ce6d
commit
1bec801523
2 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1117 );
|
||||
define( 'UPDATE_VERSION' , 1118 );
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -997,9 +997,12 @@ function update_1115() {
|
|||
ADD INDEX (`moderated`) ");
|
||||
}
|
||||
|
||||
|
||||
function update_1116() {
|
||||
q("create table if not exists `manage` {
|
||||
//typo! corrected update was rolled forward
|
||||
}
|
||||
|
||||
function update_1117() {
|
||||
q("create table if not exists `manage` (
|
||||
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
||||
`uid` INT NOT NULL ,
|
||||
`mid` INT NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue