This website requires JavaScript.
Explore
Help
Register
Sign In
public-offering
/
cal.pub0.org
Watch
1
Star
0
Fork
You've already forked cal.pub0.org
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
246c90c10f
cal.pub0.org
/
packages
/
prisma
/
migrations
/
20211220192703_email_to_low...
/
migration.sql
3 lines
52 B
SQL
Raw
Blame
History
-- UpdateTable
UPDATE
users
SET
email
=
LOWER
(
email
)
;
Reference in New Issue
View Git Blame
Copy Permalink