BugFixes: generate new schema according to migrations.
This commit is contained in:
22
db/schema.rb
22
db/schema.rb
@@ -619,7 +619,7 @@ ActiveRecord::Schema.define(version: 20180924071722) do
|
||||
t.string "locale", null: false
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.text "title"
|
||||
t.string "title"
|
||||
t.text "changelog"
|
||||
t.text "body"
|
||||
t.text "body_html"
|
||||
@@ -1218,17 +1218,17 @@ ActiveRecord::Schema.define(version: 20180924071722) do
|
||||
add_index "site_customization_images", ["name"], name: "index_site_customization_images_on_name", unique: true, using: :btree
|
||||
|
||||
create_table "site_customization_page_translations", force: :cascade do |t|
|
||||
t.integer "site_customization_page_id", null: false
|
||||
t.string "locale", null: false
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "title"
|
||||
t.string "subtitle"
|
||||
t.text "content"
|
||||
end
|
||||
t.integer "site_customization_page_id", null: false
|
||||
t.string "locale", null: false
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "title"
|
||||
t.string "subtitle"
|
||||
t.text "content"
|
||||
end
|
||||
|
||||
add_index "site_customization_page_translations", ["locale"], name: "index_site_customization_page_translations_on_locale", using: :btree
|
||||
add_index "site_customization_page_translations", ["site_customization_page_id"], name: "index_7fa0f9505738cb31a31f11fb2f4c4531fed7178b", using: :btree
|
||||
add_index "site_customization_page_translations", ["locale"], name: "index_site_customization_page_translations_on_locale", using: :btree
|
||||
add_index "site_customization_page_translations", ["site_customization_page_id"], name: "index_7fa0f9505738cb31a31f11fb2f4c4531fed7178b", using: :btree
|
||||
|
||||
create_table "site_customization_pages", force: :cascade do |t|
|
||||
t.string "slug", null: false
|
||||
|
||||
Reference in New Issue
Block a user