Skip to content

Commit

Permalink
update db/schema.rb with db:migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jul 26, 2024
1 parent 8f6c37f commit ee7b215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2024_01_28_143444) do
ActiveRecord::Schema.define(version: 2024_07_13_180919) do

# These are extensions that must be enabled in order to support this database
enable_extension "ltree"
enable_extension "pg_trgm"
enable_extension "pg_bigm"
enable_extension "plpgsql"

create_table "active_storage_attachments", force: :cascade do |t|
Expand Down

0 comments on commit ee7b215

Please sign in to comment.