Skip to content

Commit 49124ba

Browse files
committed
(untested) SQL to backfill username (deploy 4)
1 parent e2116b3 commit 49124ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/backfill-usernames.sql

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
UPDATE users
2+
SET username = gh_login;

0 commit comments

Comments
 (0)