mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-06-21 00:23:11 +00:00
Initial release
This commit is contained in:
2
package/scripts/common/db_drop.sql
Normal file
2
package/scripts/common/db_drop.sql
Normal file
@ -0,0 +1,2 @@
|
||||
DROP SCHEMA IF EXISTS hirs_db;
|
||||
DROP USER "hirs_db"@"localhost";
|
Reference in New Issue
Block a user