add permalink field to item table
This commit is contained in:
parent
1b14f67a86
commit
f856493555
3 changed files with 7 additions and 2 deletions
|
@ -370,3 +370,7 @@ function update_1037() {
|
|||
|
||||
}
|
||||
|
||||
function update_1038() {
|
||||
q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue