db/drop-perf.sql
-- khan
-- https://github.com/topfreegames/khan
--
-- Licensed under the MIT license:
-- http://www.opensource.org/licenses/mit-license
-- Copyright © 2016 Top Free Games <backend@tfgco.com>
REVOKE ALL ON SCHEMA public FROM khan_perf;
DROP DATABASE IF EXISTS khan_perf;
DROP ROLE khan_perf;