mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Rolling back this feature. It was a nice attempt but no one ever followed up and made this something else than a code of conduct holder...
5 lines
142 B
Ruby
5 lines
142 B
Ruby
class AddCodeOfConductToConference < ActiveRecord::Migration[7.0]
|
|
def change
|
|
add_column :conferences, :code_of_conduct, :text
|
|
end
|
|
end
|