diff -r 1b0cb3c6c95e -r ab956b780d4e hooks/syncschema.py --- 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