DB schema updated to correct the troublesome tags column in table orgas
This commit is contained in:
parent
60e641ac91
commit
ded6147ba5
@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20160616190823) do
|
||||
ActiveRecord::Schema.define(version: 20161031215120) do
|
||||
|
||||
create_table "active_admin_comments", force: :cascade do |t|
|
||||
t.string "namespace", limit: 255
|
||||
@ -124,7 +124,7 @@ ActiveRecord::Schema.define(version: 20160616190823) do
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.text "tag"
|
||||
t.text "tags"
|
||||
t.string "tags", limit: 255, default: "", null: false
|
||||
t.text "diaspora"
|
||||
t.text "object_changes"
|
||||
t.text "place_name"
|
||||
|
Loading…
Reference in New Issue
Block a user