HIRS/package/scripts/common/db_drop.sql
2018-09-06 09:47:33 -04:00

3 lines
64 B
SQL

DROP SCHEMA IF EXISTS hirs_db;
DROP USER "hirs_db"@"localhost";