aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--updates.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/updates.sql b/updates.sql
new file mode 100644
index 000000000..87d5e8b13
--- /dev/null
+++ b/updates.sql
@@ -0,0 +1,2 @@
+
+ALTER TABLE `item` ADD `remote-id` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `contact-id` ;