3 lines
62 B
SQL
Executable File
3 lines
62 B
SQL
Executable File
drop database if exists workflow;
|
|
create database workflow;
|