HIRS/package/scripts/db/db_drop.sql
2023-08-28 20:18:23 +00:00

2 lines
65 B
SQL

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