hensei-api/db/migrate/20250119062554_add_preview_s3_key_to_parties.rb
Justin Edmund ad2e2cc028
More embed image bandaids (#175)
* Only re-index search when records are updated

* Add logs and fixes

* Add preview_s3_key to Parties

* Add some extra packages to Nixfile

* Add logging around custom font use
2025-01-18 22:32:13 -08:00

5 lines
135 B
Ruby

class AddPreviewS3KeyToParties < ActiveRecord::Migration[8.0]
def change
add_column :parties, :preview_s3_key, :string
end
end