mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
6 lines
154 B
Ruby
6 lines
154 B
Ruby
class AddSummaryToIgdbMatchSuggestions < ActiveRecord::Migration[8.1]
|
|
def change
|
|
add_column :igdb_match_suggestions, :igdb_summary, :text
|
|
end
|
|
end
|