diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-26 00:52:34 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-26 00:52:34 +0900 |
| commit | 65a19f0c7594dc0af73b42230b806066b848a66d (patch) | |
| tree | 6b2e8040c517c28913dc44c240280cd71664b6cc /CONTRIBUTING.md | |
| parent | refactor(backend): use insert instead of save (diff) | |
| download | sharkey-65a19f0c7594dc0af73b42230b806066b848a66d.tar.gz sharkey-65a19f0c7594dc0af73b42230b806066b848a66d.tar.bz2 sharkey-65a19f0c7594dc0af73b42230b806066b848a66d.zip | |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7a4773bc7..8f10184289 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,6 +95,9 @@ Some of the existing components are implemented in the Options API, but it is an Just execute `yarn` to fix it. +### INSERTするときにはsaveではなくinsertを使用する +#6441 + ### placeholder SQLをクエリビルダで組み立てる際、使用するプレースホルダは重複してはならない 例えば |