Files
luos/workflow/engine/data/mysql/create-db.sql
2011-09-05 12:47:25 -04:00

3 lines
62 B
SQL
Executable File

drop database if exists workflow;
create database workflow;