HIRS/package/scripts/db/db_drop.sql

3 lines
64 B
SQL

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