Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 committed Jul 11, 2023
1 parent 475dec6 commit 5b0a516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/repo/migrations/20230711142028_add_enforce_ssl.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Supavisor.Repo.Migrations.AddEnforceSsl do
end
end

def up do
def down do
alter table("tenants", prefix: "_supavisor") do
remove(:enforce_ssl)
end
Expand Down

0 comments on commit 5b0a516

Please sign in to comment.