v1 finished

This commit is contained in:
2026-06-17 22:30:32 -04:00
parent 521653e5de
commit d5cf541f6b
13 changed files with 1750 additions and 169 deletions
@@ -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