We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39e0bd commit 6f5873bCopy full SHA for 6f5873b
db/migrate/20240624135356_llm_model_custom_params.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
-class LlmModelCustomParams < ActiveRecord::Migration[7.1]
+class LlmModelCustomParams < ActiveRecord::Migration[7.0]
3
def change
4
add_column :llm_models, :provider_params, :jsonb
5
end
0 commit comments