Skip to content

Commit

Permalink
rescue connection
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 11, 2023
1 parent 52e4e45 commit 6bdb39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/importer.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DB = Sequel.connect(
port: 25061,
database: ENV["PHX_DB_DB"],
sslmode: "require"
)
) rescue nil


def create_users
Expand Down

0 comments on commit 6bdb39c

Please sign in to comment.