Here's my scenario I added a new column of type integer in the modeler. I checked the schema in Postgres the column does not exist in the table. I checked to be sure the data source in the modeler points to the right database in Postgres.
I choose "migrate schema" and get the connect to database modal. I select the correct datasource. Press the Continue button. Select the public schema. Press Continue button. Next window is "Migrate DB Schema: Options". Nothing is displayed in the select operations pane. The console log shows INFO: Schema loading... This happens consistently for me. I also can't reverse engineer the database. That makes me think it's a schema access problem, however I can log in to the DB from the command line using psql and the user/password and do a \d to describe the schema and a table. I am confused.... Tony Giaccone > On Dec 24, 2015, at 10:55 AM, Tony <t...@giaccone.org> wrote: > > Yeah, I did that.. It's odd. I'll do a bit more investigating. > > Tony Giaccone > >> On Dec 24, 2015, at 1:45 AM, Andrus Adamchik <and...@objectstyle.org> wrote: >> >> Seems to work for me. The right schema needs to be selected though (e.g. >> "public"). >> >> Andrus >> >>> On Dec 21, 2015, at 5:46 PM, Giaccone, Anthony >>> <anthony.giacc...@nytimes.com> wrote: >>> >>> >>> >>> I've tried a couple times now to use the migrate schema tool on the modeler >>> in 4.0.M3-snapshot. >>> >>> I'm using it with Mac OS X posgres.app version 9.3.5.1 >>> >>> I never get any SQL when I try to migrate. Which is odd, because I'm sure >>> I've seen it work before. >>> >>> >>> Is there a magic trick I don't know about? >>> >>> >>> >>> Tony >>