Skip to content

Commit 89576ab

Browse files
committed
Schema.rb fixed
1 parent f787eb1 commit 89576ab

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

db/schema.rb

-14
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,6 @@
9898
t.index ["rgt"], name: "index_features_on_rgt"
9999
end
100100

101-
create_table "page_translations", force: :cascade do |t|
102-
t.integer "page_id", null: false
103-
t.string "locale", null: false
104-
t.datetime "created_at", null: false
105-
t.datetime "updated_at", null: false
106-
t.string "name"
107-
t.string "nav_name"
108-
t.text "body"
109-
t.text "meta_description"
110-
t.string "meta_title"
111-
t.index ["locale"], name: "index_page_translations_on_locale"
112-
t.index ["page_id"], name: "index_page_translations_on_page_id"
113-
end
114-
115101
create_table "pages", force: :cascade do |t|
116102
t.string "behavior", default: "pages", null: false
117103
t.integer "parent_id"

0 commit comments

Comments
 (0)