mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
class AddThemeToPreference < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :preferences, :theme, :string
|
|
end
|
|
end
|