dandds cd3cb7b614 Adjust script to drop all tables and reset from scratch.
This updates the script for resetting the database so that it drops and
recreates all the tables, instead of disabling Postgres triggers and
truncating most of the tables. The latter strategy requires superuser
permissions in Postgres that the db user we manage in Azure does not
have. The script now:

- drops the tables
- reruns the alembic migrations
- reseeds the permission sets
2019-11-21 15:37:31 -05:00
..
2018-08-06 16:14:20 -04:00
2019-05-03 14:48:27 -04:00
2018-08-30 16:45:22 -04:00
2019-04-08 13:31:19 -04:00