mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add/edit org code of conduct, as admin
This commit is contained in:
parent
512ad067e1
commit
a6daff8582
6 changed files with 58 additions and 5 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddCodeOfConductToOrganization < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :organizations, :code_of_conduct, :text
|
||||
end
|
||||
end
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20180313012253) do
|
||||
ActiveRecord::Schema.define(version: 20180316185150) do
|
||||
|
||||
create_table "ahoy_events", force: :cascade do |t|
|
||||
t.integer "visit_id"
|
||||
|
|
@ -303,9 +303,10 @@ ActiveRecord::Schema.define(version: 20180313012253) do
|
|||
end
|
||||
|
||||
create_table "organizations", force: :cascade do |t|
|
||||
t.string "name", null: false
|
||||
t.string "name", null: false
|
||||
t.text "description"
|
||||
t.string "picture"
|
||||
t.text "code_of_conduct"
|
||||
end
|
||||
|
||||
create_table "payments", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue