Skip to content
Snippets Groups Projects
Commit 6f4f69fd authored by Byron Biggs's avatar Byron Biggs
Browse files

Modified Schema to Drop DB if Exists

parent 83f98ece
Branches
No related tags found
No related merge requests found
drop database if exists ludek;
create database if not exists ludek;
use ludek;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment