v1 finished
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddColorsToLocalNetwork < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :local_networks, :primary_dark_hex, :string
|
||||
add_column :local_networks, :primary_light_hex, :string
|
||||
add_column :local_networks, :accent_hex, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user