mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 02:52:55 +00:00
Moving to github
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddGenresToIgdbMatchSuggestions < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :igdb_match_suggestions, :igdb_genres, :text, array: true, default: []
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user