mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 06:43:54 +08:00
7 lines
175 B
Ruby
Vendored
7 lines
175 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
class MultiMessageCompletionPrompts < ActiveRecord::Migration[7.0]
|
|
def change
|
|
add_column :completion_prompts, :messages, :jsonb
|
|
end
|
|
end
|