diff --git a/Gemfile.lock b/Gemfile.lock index d4fa0c374..8435eea83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,6 +121,25 @@ GEM ast (2.4.3) autoprefixer-rails (10.4.16.0) execjs (~> 2) + aws-eventstream (1.4.0) + aws-partitions (1.1189.0) + aws-sdk-core (3.239.2) + aws-eventstream (~> 1, >= 1.3.0) + aws-partitions (~> 1, >= 1.992.0) + aws-sigv4 (~> 1.9) + base64 + bigdecimal + jmespath (~> 1, >= 1.6.1) + logger + aws-sdk-kms (1.118.0) + aws-sdk-core (~> 3, >= 3.239.1) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.205.0) + aws-sdk-core (~> 3, >= 3.234.0) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.5) + aws-sigv4 (1.12.1) + aws-eventstream (~> 1, >= 1.0.2) axe-core-api (4.11.0) dumb_delegator ostruct @@ -356,6 +375,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) + jmespath (1.6.2) jquery-rails (4.6.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -761,6 +781,7 @@ DEPENDENCIES active_median active_record_union active_utils + aws-sdk-s3 (~> 1, >= 1.114.0) axe-core-capybara axe-core-rspec better_errors diff --git a/db/schema.rb b/db/schema.rb index 789f53ae1..797ac8329 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.2].define(version: 2025_11_30_053104) do +ActiveRecord::Schema[7.2].define(version: 2025_12_01_045000) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -564,6 +564,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_11_30_053104) do t.index ["creator_id"], name: "index_crops_on_creator_id" t.index ["name"], name: "index_crops_on_name" t.index ["parent_id"], name: "index_crops_on_parent_id" + t.index ["public_food_key"], name: "index_crops_on_public_food_key" t.index ["requester_id"], name: "index_crops_on_requester_id" t.index ["slug"], name: "index_crops_on_slug", unique: true end