DEV: Use Rails 7.0 instead of 7.1 in migrations

This commit is contained in:
Loïc Guitaut
2024-06-26 18:32:11 +02:00
committed by Loïc Guitaut
parent e39e0bdb4a
commit 6f5873b072
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class LlmModelCustomParams < ActiveRecord::Migration[7.1]
class LlmModelCustomParams < ActiveRecord::Migration[7.0]
def change
add_column :llm_models, :provider_params, :jsonb
end