db update script

This commit is contained in:
Mike Macgirvin 2010-07-08 16:16:00 -07:00
parent 9a6a60a9c1
commit d81365c123
1 changed files with 2 additions and 0 deletions

2
updates.sql Normal file
View File

@ -0,0 +1,2 @@
ALTER TABLE `item` ADD `remote-id` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `contact-id` ;