This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Removed the obsolete update functions
pull/1095/head
Michael Vogel
7 years ago
parent
24b3befc4d
commit
08df06ce60
1 changed files
with
0 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-14
update.php
+ 0
- 14
update.php
View File
@ -1602,20 +1602,6 @@ function update_1169() {
return
UPDATE_SUCCESS
;
}
function
update_1170
()
{
$r
=
q
(
"
ALTER TABLE `guid` CHANGE `guid` `guid` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
"
);
if
(
!
$r
)
return
UPDATE_FAILED
;
return
UPDATE_SUCCESS
;
}
function
update_1171
()
{
$r
=
q
(
"
ALTER TABLE `item` CHANGE `guid` `guid` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
"
);
if
(
!
$r
)
return
UPDATE_FAILED
;
return
UPDATE_SUCCESS
;
}
/*
==========
ATTENTION
!
Write
Preview
Loading…
Cancel
Save