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:
6
db/migrate/20260328222034_add_theme_to_users.rb
Normal file
6
db/migrate/20260328222034_add_theme_to_users.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddThemeToUsers < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :users, :theme, :string, default: "light", null: false
|
||||
add_index :users, :theme
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user