diff options
Diffstat (limited to 'updates.sql')
-rw-r--r-- | updates.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updates.sql b/updates.sql index b7e2ab3ea..af3ab3e1a 100644 --- a/updates.sql +++ b/updates.sql @@ -1,5 +1,5 @@ -|ALTER TABLE `item` ADD `remote-id` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `contact-id` ; +-- ALTER TABLE `item` ADD `remote-id` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `contact-id` ; ALTER TABLE `profile` ADD `politic` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `marital` , ADD `religion` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `politic` ; |