db/drop-test.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_test;
DROP DATABASE IF EXISTS khan_test;
DROP ROLE khan_test;