Browse Source

update migration version

pull/87/head
Kat 4 years ago
parent
commit
44038f8f76
  1. 1
      db/migrate/20211112105348_add_incref_field.rb
  2. 2
      db/schema.rb

1
db/migrate/20211111151625_add_incref_field.rb → db/migrate/20211112105348_add_incref_field.rb

@ -5,3 +5,4 @@ class AddIncrefField < ActiveRecord::Migration[6.1]
end
end
end

2
db/schema.rb

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_11_11_151625) do
ActiveRecord::Schema.define(version: 2021_11_12_105348) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Loading…
Cancel
Save