Osman Raif Güneş

Results 10 comments of Osman Raif Güneş

Cannot use `event.target.get()` or `event.currentTarget.get()` this seems necessary if the ui has multiple (not certain count) editors.

No it does not.I solved this problem by editing original jsoneditor. But it is a temporary solution.

No I did not open. In fact it is not their bug. I just wangled that component. Problem is in ang-jsoneditor component.

https://github.com/sequelize/sequelize/issues/11948

https://github.com/sequelize/sequelize/issues/11948

Temporary solution : Delete `table_schema = 'public' ` from node_modules\sequelize\lib\dialects\postgres\query-generator.js line 118 and Delete `AND c.table_schema = ${this.escape(schema)}` from node_modules\sequelize\lib\dialects\postgres\query-generator.js line 144 Generate database model. And undo code changes in...

https://github.com/sequelize/sequelize/issues/11948

temporary solution is https://github.com/nodejh/sequelize-automate/issues/18#issuecomment-634709491

Hello, Delete all migrations from migrations folder. Then run the following commands in package-manager console. ``` Enable-Migrations -Force Add-Migration init Update-Database ``` İf you want initial users also replace seed...