mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
create migration for adding field 'attended' in registrations table
This commit is contained in:
parent
5437cd5226
commit
3ec3944406
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddAttendedToRegistrations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrations, :attended, :boolean, :default => 0
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue