This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/updates.sql
Mike Macgirvin d81365c123 db update script
2010-07-08 16:16:00 -07:00

3 lines
121 B
SQL

ALTER TABLE `item` ADD `remote-id` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `contact-id` ;