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
What's expected: New column should be added with the default value.
What actually happens: Autoupdate fails here and throws this:
error: column "newProperty" contains null values
It happens because it tries to add column with NOT NULL constraint, but this is only possible, if we give a default value, but loopback-connector-postgresql ignores the given default value in the model configuration.
I would like to contribute this myself, but I'm not sure if I'm getting the test configuration to work. I'm getting error: password authentication failed for user "user" for the first test, but the credentials in the configuration are correct and also a lot of other tests are failing.
tsortwehttam, lsroman, fperks, frzkhan, ValentinKlinghammer and 4 more