1
1
Fork 0

add permalink field to item table

This commit is contained in:
Friendika 2011-02-15 03:13:38 -08:00
commit f856493555
3 changed files with 7 additions and 2 deletions

View file

@ -370,3 +370,7 @@ function update_1037() {
}
function update_1038() {
q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` ");
}