mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-08 04:28:18 +00:00
FIX: Allow null messages to migrate existing rows (#22)
This commit is contained in:
parent
39f7f1f29e
commit
55182ca0f5
@ -2,6 +2,6 @@
|
||||
|
||||
class MultiMessageCompletionPrompts < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :completion_prompts, :messages, :jsonb, null: false
|
||||
add_column :completion_prompts, :messages, :jsonb
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user