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]
|
class MultiMessageCompletionPrompts < ActiveRecord::Migration[7.0]
|
||||||
def change
|
def change
|
||||||
add_column :completion_prompts, :messages, :jsonb, null: false
|
add_column :completion_prompts, :messages, :jsonb
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue