mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
migrate conferences to organizations
This commit is contained in:
parent
e0d8e85808
commit
ac85bad9b3
3 changed files with 24 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20170531094817) do
|
||||
ActiveRecord::Schema.define(version: 20170531094819) do
|
||||
|
||||
create_table "ahoy_events", force: :cascade do |t|
|
||||
t.uuid "visit_id", limit: 16
|
||||
|
|
@ -103,6 +103,8 @@ ActiveRecord::Schema.define(version: 20170531094817) do
|
|||
t.integer "organization_id"
|
||||
end
|
||||
|
||||
add_index "conferences", ["organization_id"], name: "index_conferences_on_organization_id"
|
||||
|
||||
create_table "conferences_questions", id: false, force: :cascade do |t|
|
||||
t.integer "conference_id"
|
||||
t.integer "question_id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue