Pavlo

Results 64 comments of Pavlo

Anything in logs? Thanks Pavlo > On 14 May 2019, at 23:08, marct83 wrote: > > I have an odd issue. I updated to the most recent code. When I...

hi @rebelbrew88, the app itself does not expose any API at this moment. If you could gove more details on what you would like to achieve maybe I could help...

This is weird. As the `companyId` column is clearly missed from `CREATE` statement. You just run `npm start` to start the app? Can you please give commands you use to...

hm... That looks correct sequence of commands

Do you have to use MySQL? Did you try to start the app with SQLite? (tests are running against SQLite)

That might be issue of Sequalize and MySQL...

No the app is built upon sequalize. you might try to add `force: true` to the `sync` in here https://github.com/timeoff-management/application/blob/master/bin/wwww#L8 so it looks like `sequelize.sync({force: true})`. Check this SO: https://stackoverflow.com/questions/24309893/foreign-keys-with-sequelize-are-not-created

Yeah, the storage part is done. The problem was in how to render that data thats why it stuck. Good point about this feature though.

One more person asked for this

Hi @rody8808, Can you please elaborate little bit more, as it is not very clear to me. Thanks Pavlo Sent from my iPhone > On 26 Apr 2017, at 18:15,...