mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-09 11:48:47 +00:00
DEV: Use Rails 7.0 instead of 7.1 in post-migrations
This commit is contained in:
parent
6f5873b072
commit
e26c5986f2
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
class AddProviderSpecificParamsToLlmModels < ActiveRecord::Migration[7.1]
|
||||
class AddProviderSpecificParamsToLlmModels < ActiveRecord::Migration[7.0]
|
||||
def up
|
||||
open_ai_organization = fetch_setting("ai_openai_organization")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user