#93: Adding SQL script to drop and create database

This commit is contained in:
kdeng00
2024-07-20 18:54:07 -04:00
parent 08a76007b7
commit d2df0fb409
@@ -0,0 +1,3 @@
drop database Icarus;
create database Icarus;