On Fri, Jun 7, 2013 at 12:23 PM, Gonzalo Aguilar Delgado < [email protected]> wrote:
> El 07/06/13 13:32, Matt Franklin escribió: > > On Friday, June 7, 2013, Gonzalo Aguilar Delgado wrote: >> >> Hello Matt, >>> >>> >>> We have mostly moved to the JSON file for populating the initial data. >>> >>>> Are >>>> you needing to create the table structure or are you wanting to seed the >>>> data with the demo gadgets/people? >>>> >>>> I need to create the structure and data. Because it seems that >>>> structure >>>> >>> that is on sql scripts is somewhat outdated. >>> >>> That must be a bare minimun since I will populate it after. I don't need >>> the social connector only W3C so every demo widget should be removed. And >>> better to remove it on load because once is added you cannot remove them. >>> So it's a mess. >>> >> >> That needs to be fixed. >> > Sure ;-) > > > >> >> Why not to create a .sql file and that's it. If it has everything inside >>> with inserts it will work. Wookie does that for all servers and works >>> really well. >>> >>> Other way is to let persistence model create everything. So it will >>> handle >>> every architecture if it supports it. >>> >> >> This is what we do. Initial data only populates the tables. JPA should >> be >> creating them. Is that not the case? >> > > Great! Will wait then until it works for postgres because it fails to do > it. > > Can you put a Jira ticket in for this? > >> >> Thank you a lot. >>> >>> >> >
