Skip to content
Snippets Groups Projects
Commit b2820c39 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Forgotten in #5039, change statuses_tags tag_id to bigint (#5070)

parent adc38078
No related branches found
No related tags found
No related merge requests found
class IdsToBigints2 < ActiveRecord::Migration[5.1]
def up
change_column :statuses_tags, :tag_id, :bigint
end
def down
change_column :statuses_tags, :tag_id, :integer
end
end
......@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170918125918) do
ActiveRecord::Schema.define(version: 20170924022025) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment