mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 04:03:45 +08:00
7 lines
160 B
Ruby
Vendored
7 lines
160 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
class AddExamplesToPersonas < ActiveRecord::Migration[7.2]
|
|
def change
|
|
add_column :ai_personas, :examples, :jsonb
|
|
end
|
|
end
|