mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add email for proposal submission
This commit is contained in:
parent
dfe0b8188e
commit
da91ff8371
6 changed files with 34 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20180316220446) do
|
||||
ActiveRecord::Schema.define(version: 20180822125509) do
|
||||
|
||||
create_table "ahoy_events", force: :cascade do |t|
|
||||
t.integer "visit_id"
|
||||
|
|
@ -210,6 +210,9 @@ ActiveRecord::Schema.define(version: 20180316220446) do
|
|||
t.boolean "send_on_booths_rejection", default: false
|
||||
t.string "booths_rejection_subject"
|
||||
t.text "booths_rejection_body"
|
||||
t.boolean "send_on_submitted_proposal", default: false
|
||||
t.string "submitted_proposal_subject"
|
||||
t.text "submitted_proposal_body"
|
||||
end
|
||||
|
||||
create_table "event_schedules", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue