mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 05:35:40 +08:00
7 lines
170 B
Ruby
Vendored
7 lines
170 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
class DropCompletionPromptValue < ActiveRecord::Migration[7.0]
|
|
def change
|
|
remove_column :completion_prompts, :value, :text
|
|
end
|
|
end
|