A new version for PFS
Trustmaster |
|
---|---|
Use backticks in the query, not single quotes:
ALTER TABLE `sed_pfs_folders` ADD `pff_parentid` INT NOT NULL AFTER `pff_id`;
ALTER TABLE `sed_pfs_folders` ADD `pff_path` VARCHAR (255) NOT NULL AFTER `pff_desc`; Seems to work, except for some missing language strings and probably TPL needs update. Continue the good work! I wonder if everybody is going to move on to physical folders rather than composite file names. May the Source be with you!
|