2026-03-09 00:34:17 +09:00
parent 07e2ced357
commit eadc3f6a4d
@@ -17,6 +17,7 @@ TagName の before_update に置換処理を入れる.
TagNameRule の after_update に TagName に対する置換処理を入れる. TagNameRule の after_update に TagName に対する置換処理を入れる.
現時点では,固定で以下の形式: 現時点では,固定で以下の形式:
| priority | source_pattern | replacement | created_at | updated_at | discarded_at | | priority | source_pattern | replacement | created_at | updated_at | discarded_at |
| :------: | :------------: | :---------: | :--------: | :----------: | :-----------: | | :------: | :------------: | :---------: | :--------: | :----------: | :-----------: |
| 10 | `\*` | `_` | Time.current | Time.current | NULL | | 10 | `\*` | `_` | Time.current | Time.current | NULL |