mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 01:42:53 +00:00
Moving to github
This commit is contained in:
8
db/migrate/20260328200248_add_igdb_sync_to_users.rb
Normal file
8
db/migrate/20260328200248_add_igdb_sync_to_users.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class AddIgdbSyncToUsers < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :users, :igdb_sync_enabled, :boolean, default: false, null: false
|
||||
add_column :users, :igdb_last_synced_at, :datetime
|
||||
|
||||
add_index :users, :igdb_sync_enabled
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user