Initial pass at Synth-based ticker selection #1392

Merged
Shpigford merged 15 commits from synth-selector into main 2024-10-30 21:23:45 +08:00
Showing only changes of commit 4a3c331e20 - Show all commits

View File

@@ -4,7 +4,7 @@ class FixNotNullStockExchangeData < ActiveRecord::Migration[7.2]
change_column_null :stock_exchanges, :currency_symbol, true
change_column_null :stock_exchanges, :currency_name, true
change_column_null :stock_exchanges, :city, true
change_column_null :stock_exchanges, :timezone_name, true
change_column_null :stock_exchanges, :timezone_name, true
change_column_null :stock_exchanges, :timezone_abbr, true
end
end