show info page update time
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20150309221221) do
|
||||
ActiveRecord::Schema.define(version: 20150423221613) do
|
||||
|
||||
create_table "blogposts", force: true do |t|
|
||||
t.string "title"
|
||||
@@ -65,8 +65,10 @@ ActiveRecord::Schema.define(version: 20150309221221) do
|
||||
end
|
||||
|
||||
create_table "info", force: true do |t|
|
||||
t.string "title"
|
||||
t.text "content"
|
||||
t.string "title"
|
||||
t.text "content"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
end
|
||||
|
||||
create_table "labels", force: true do |t|
|
||||
|
||||
Reference in New Issue
Block a user