-
由 Igor Drozdov 创作于
This new PR assigns auto populated columns: https://github.com/rails/rails/pull/48241 However, a column is identified as auto-populated if it contains default value with nextval function. The id column of p_ci_builds table is auto-populated via a trigger and it's not identified as an auto-populated column by Rails. Let's explicitly return ['id'] in a function that expects a list of auto-populated columns
由 Igor Drozdov 创作于This new PR assigns auto populated columns: https://github.com/rails/rails/pull/48241 However, a column is identified as auto-populated if it contains default value with nextval function. The id column of p_ci_builds table is auto-populated via a trigger and it's not identified as an auto-populated column by Rails. Let's explicitly return ['id'] in a function that expects a list of auto-populated columns
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。