Skip to content

Updating Database Fields using a GUI

Jason Huang edited this page Aug 6, 2015 · 3 revisions

How to get into the interface

  1. Visit this URL https://addons-sso.heroku.com/apps/uguru-rest/addons/f1255c04-9535-4dbf-93f8-e47e10830629 (will require heroku access)
  2. Choose the option "uguru-rest::DATABASE"
  3. Click the big green login button
  4. You will see a list of all of our database

Useful things you can now do

  • Set the "is_admin" field for new accounts you create
    1. Open the "User" table from the left columns
    2. Find the field "is_admin"
    3. Set to true or false
    4. Commit / save your changes

  • Set the "is_test_device" field for particular devices
    1. Open the Device table from the left columns
    2. Sort the columns by last_accessed
    3. Find your device
    4. Set the "is_test_device" field to true or false
    5. Commit & Save
Clone this wiki locally