-
Jean Boussier authored
This allows to have a different behavior on update and create. For instance it might be desirable to disable partial inserts to protect against a concurrent migration removing the default value of a column, which would cause processes with an outdated schema cache to fail on insert.
Jean Boussier authoredThis allows to have a different behavior on update and create. For instance it might be desirable to disable partial inserts to protect against a concurrent migration removing the default value of a column, which would cause processes with an outdated schema cache to fail on insert.
Loading