Skip to content

Commit

Permalink
🗃️ mysql and postgres migrations, remove auth.net
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed Feb 26, 2024
1 parent eaa0f19 commit 702df39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveAuthorizeNetCCtokenFromAccount < ActiveRecord::Migration[5.2]
def change
safety_assured { remove_column :accounts, :credit_card_authorize_net_payment_profile_token }
end
end
1 change: 0 additions & 1 deletion db/postgres_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
t.text "vat_zero_text"
t.bigint "default_account_plan_id"
t.bigint "default_service_id"
t.string "credit_card_authorize_net_payment_profile_token", limit: 255
t.bigint "tenant_id"
t.string "self_domain", limit: 255
t.string "s3_prefix", limit: 255
Expand Down
1 change: 0 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
t.text "vat_zero_text"
t.bigint "default_account_plan_id"
t.bigint "default_service_id"
t.string "credit_card_authorize_net_payment_profile_token"
t.bigint "tenant_id"
t.string "self_domain"
t.string "s3_prefix"
Expand Down

0 comments on commit 702df39

Please sign in to comment.