mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
fix conflicts
This commit is contained in:
parent
e2fb434dc7
commit
71dfb3b7e4
34 changed files with 160 additions and 211 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class AddIsAdminToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :is_admin, :boolean
|
||||
add_column :users, :is_admin, :boolean, default: false
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue