Files
luos/workflow/engine/data/mysql/create-db.sql

3 lines
62 B
MySQL
Raw Normal View History

2010-12-02 23:34:41 +00:00
drop database if exists workflow;
create database workflow;