mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 04:02:53 +00:00
Moving to github
This commit is contained in:
9
db/migrate/20260328200256_add_igdb_matching_to_games.rb
Normal file
9
db/migrate/20260328200256_add_igdb_matching_to_games.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AddIgdbMatchingToGames < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :games, :igdb_matched_at, :datetime
|
||||
add_column :games, :igdb_match_status, :string
|
||||
add_column :games, :igdb_match_confidence, :decimal, precision: 5, scale: 2
|
||||
|
||||
add_index :games, :igdb_match_status
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user