mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* FIX logos * Implement merchant mods * FIX confirm issue * FIX linter * Add recently seen merchants to re-add if needed * Update merge.html.erb * FIX do security check * Add error handling for update failures.
6 lines
136 B
Ruby
6 lines
136 B
Ruby
class AddWebsiteUrlToSecurities < ActiveRecord::Migration[7.2]
|
|
def change
|
|
add_column :securities, :website_url, :string
|
|
end
|
|
end
|