hooks/syncschema.py
changeset 10074 ab956b780d4e
parent 10025 7b72ecc3f4d2
parent 10035 c5bcdece77fb
child 10200 cceb2c7c02f4
child 10640 17bdc485c5b2
--- a/hooks/syncschema.py	Wed Jul 30 22:26:18 2014 +0200
+++ b/hooks/syncschema.py	Mon Dec 01 11:13:10 2014 +0100
@@ -476,7 +476,7 @@
             cnx.system_sql(str('ALTER TABLE %s ADD %s %s'
                                % (table, column, attrtype)),
                            rollback_on_failure=False)
-            self.info('added column %s to table %s', table, column)
+            self.info('added column %s to table %s', column, table)
         except Exception as ex:
             # the column probably already exists. this occurs when
             # the entity's type has just been added or if the column