mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
fix for case sensitive email addresses (#517)
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
-- +migrate Up
|
||||
|
||||
update accounts set email = lower(email);
|
Reference in New Issue
Block a user