提交 4e07305b 编写于 作者: F Felipe Artur

fix migrations in the future

上级 9c14954a
class RemoveWrongVersionsFromSchemaVersions < ActiveRecord::Migration
def change
execute "UPDATE schema_migrations SET version = '20170707183807' WHERE version = '20170723183807'"
execute "UPDATE schema_migrations SET version = '20170707184243' WHERE version = '20170724184243'"
end
end
......@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170724184243) do
ActiveRecord::Schema.define(version: 20170707184244) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册