Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <david.rousselie@happycoders.org>2012-02-21 23:36:30 +0400
committerDavid Rousselie <david.rousselie@happycoders.org>2012-02-21 23:36:30 +0400
commit7b0f6638bdbb09c4cae16ba4f147ce954ffce4ed (patch)
tree6329f4d5eea8edc886331f4a2e83f06cb2f6fd26 /sqlobject_history
parent9d88361b02982f74feaf96258f1567397d72bd63 (diff)
avoid ssl MySQL reserved keyword
Diffstat (limited to 'sqlobject_history')
-rw-r--r--sqlobject_history/jmc_0.3rc1-0.3rc2.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlobject_history/jmc_0.3rc1-0.3rc2.sql b/sqlobject_history/jmc_0.3rc1-0.3rc2.sql
index eec5210..d0e9cc9 100644
--- a/sqlobject_history/jmc_0.3rc1-0.3rc2.sql
+++ b/sqlobject_history/jmc_0.3rc1-0.3rc2.sql
@@ -1 +1 @@
-ALTER TABLE global_smtp_account ADD COLUMN ssl TINYINT;
+ALTER TABLE global_smtp_account ADD COLUMN _ssl TINYINT;