Skip to content

Commit

Permalink
rename: group-list-input -> group-input
Browse files Browse the repository at this point in the history
  • Loading branch information
Lhcfl committed Aug 21, 2024
1 parent 8cf1f18 commit e13d1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/system/param_input_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
-- string_list :string_list
-- category_id :category_id
-- group_id :group_id
-- group_list :group_list
-- user_list :mul_users
-- int :int_with_default = 3
-- bigint :bigint_with_default = 12345678912345
Expand All @@ -38,6 +39,7 @@
-- string_list :string_list_with_default = a,b,c
-- category_id :category_id_with_default = general
-- group_id :group_id_with_default = staff
-- group_list :group_list_with_default = trust_level_0,trust_level_1
-- user_list :mul_users_with_default = system,discobot
SELECT 1
SQL
Expand Down

0 comments on commit e13d1f4

Please sign in to comment.