Skip to content

Commit 6f5873b

Browse files
committed
DEV: Use Rails 7.0 instead of 7.1 in migrations
1 parent e39e0bd commit 6f5873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20240624135356_llm_model_custom_params.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
2-
class LlmModelCustomParams < ActiveRecord::Migration[7.1]
2+
class LlmModelCustomParams < ActiveRecord::Migration[7.0]
33
def change
44
add_column :llm_models, :provider_params, :jsonb
55
end

0 commit comments

Comments
 (0)