-
Notifications
You must be signed in to change notification settings - Fork 0
Updating Database Fields using a GUI
Jason Huang edited this page Aug 6, 2015
·
3 revisions
- Visit this URL https://addons-sso.heroku.com/apps/uguru-rest/addons/f1255c04-9535-4dbf-93f8-e47e10830629 (will require heroku access)
- Choose the option "uguru-rest::DATABASE"
- Click the big green login button
- You will see a list of all of our database
- Set the "is_admin" field for new accounts you create
- Open the "User" table from the left columns
- Find the field "is_admin"
- Set to true or false
- Commit / save your changes
- Set the "is_test_device" field for particular devices
- Open the Device table from the left columns
- Sort the columns by last_accessed
- Find your device
- Set the "is_test_device" field to true or false
- Commit & Save