Skip to content

Commit

Permalink
Merge pull request #249 from fablabbcn/fix/migration-error-on-build
Browse files Browse the repository at this point in the history
update latest migration version in schema.rb
  • Loading branch information
timcowlishaw authored Sep 21, 2023
2 parents 9d820c1 + 437555e commit ec42c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2023_06_16_151555) do
ActiveRecord::Schema.define(version: 2023_07_05_095430) do

# These are extensions that must be enabled in order to support this database
enable_extension "adminpack"
Expand Down

0 comments on commit ec42c6f

Please sign in to comment.