wocommunity / wolips

wolips
53 stars 53 forks source link

Migration for prototype stringArray is broken #24

Closed darkv closed 12 years ago

darkv commented 12 years ago

When using the prototype stringArray the migration code produced by entity modeler for Postgresql is:

myTable.newStringColumn("myArrayAttribute", ${attribute.width}, false);

As for Postgresql the prototype has no external width given it should omit the width param.

pascalrobert commented 12 years ago

I applied the patch into the WOCommunity fork.