mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
5 lines
142 B
Ruby
5 lines
142 B
Ruby
class AddRequireRegistrationToEvents < ActiveRecord::Migration
|
|
def change
|
|
add_column :events, :require_registration, :boolean
|
|
end
|
|
end
|