Show More
Commit Description:
fix bug with duplicate logins are given...
Commit Description:
fix bug with duplicate logins are given also increase dropdown size on group view
File last commit:
Show/Diff file:
Action:
db/migrate/20200813083020_add_enabled_to_group.rb | 5 lines | 136 B | text/x-ruby | RubyLexer |
group enable
r795 class AddEnabledToGroup < ActiveRecord::Migration[5.2]
def change
add_column :groups, :enabled, :boolean, default: true
end
end