DEV: Use Rails 7.0 instead of 7.1 in migrations
This commit is contained in:
parent
e39e0bdb4a
commit
6f5873b072
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
class LlmModelCustomParams < ActiveRecord::Migration[7.1]
|
class LlmModelCustomParams < ActiveRecord::Migration[7.0]
|
||||||
def change
|
def change
|
||||||
add_column :llm_models, :provider_params, :jsonb
|
add_column :llm_models, :provider_params, :jsonb
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue