You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
View creation works as expected but when I try to issue a model.findAll on the view I get a UnhandledPromiseRejectionWarning: SequelizeDatabaseError: relation "my_view" does not exist.
Am I using the package in a way that was not intended?
View creation works as expected but when I try to issue a
model.findAllon the view I get aUnhandledPromiseRejectionWarning: SequelizeDatabaseError: relation "my_view" does not exist.Am I using the package in a way that was not intended?
Thanks!