support feed attachments/enclosures, and fix for bug #30
This commit is contained in:
parent
9c77c57b74
commit
6728a11ee3
12 changed files with 61 additions and 11 deletions
|
|
@ -419,3 +419,7 @@ function update_1044() {
|
|||
function update_1045() {
|
||||
q("ALTER TABLE `user` ADD `language` CHAR( 16 ) NOT NULL DEFAULT 'en' AFTER `timezone` ");
|
||||
}
|
||||
|
||||
function update_1046() {
|
||||
q("ALTER TABLE `item` ADD `attach` MEDIUMTEXT NOT NULL AFTER `tag` ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue