mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 21:54:06 +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
|