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/20210124101028_add_on_nav_bar_to_announcement.rb | 5 lines | 155 B | text/x-ruby | RubyLexer |
class AddOnNavBarToAnnouncement < ActiveRecord::Migration[5.2]
def change
add_column :announcements, :on_nav_bar, :boolean, default: false
end
end