DB schema updated to correct the troublesome tags column in table orgas

This commit is contained in:
echarp 2016-10-31 23:44:35 +01:00
parent 60e641ac91
commit ded6147ba5
1 changed files with 2 additions and 2 deletions

View File

@ -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"