From e82ab6e60812f871c95a53a4953605adc96575aa Mon Sep 17 00:00:00 2001 From: "Anh T. Nguyen" Date: Mon, 10 Jul 2023 18:53:40 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 409bcaa..7933347 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ setup a first admin. To do this: 5. Find out what id admin users need: `select * from user_types;` 6. Set the user you are interested in to be an admin: `update users set user_type= where email=;`. - Ex: `update users set user_type=1 where email='testsobrep@seas.upenn.edu';` + Ex: `update users set user_type=1 where email='testsobrep@seas.upenn.edu';` (Note: (1,'standard'), (2,'administrator')) 7. Check that it worked: `select * from users;` ### Deploying to Linode