boinc/db/drop.sql

3 lines
70 B
SQL

drop database if exists BOINC_DB_NAME;
create database BOINC_DB_NAME;