Skip to content

Commit

Permalink
Update active record schema version to 7.1 (#634)
Browse files Browse the repository at this point in the history
* Update active record schema version to 7.1

* Update active record schema to 7.1 (interactions)
  • Loading branch information
Splines authored May 1, 2024
1 parent 78cadc0 commit ebf5f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/interactions_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[7.0].define(version: 2020_06_13_112557) do
ActiveRecord::Schema[7.1].define(version: 2020_06_13_112557) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Expand Down
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[7.0].define(version: 2024_04_22_200000) do
ActiveRecord::Schema[7.1].define(version: 2024_04_22_200000) do
# These are extensions that must be enabled in order to support this database
enable_extension "pgcrypto"
enable_extension "plpgsql"
Expand Down

0 comments on commit ebf5f55

Please sign in to comment.