feat: 增加sqlite sql 脚本

This commit is contained in:
rikugun
2020-04-12 11:18:58 +08:00
parent ae3b3b3579
commit 7c48de76c4
20 changed files with 8122 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
INSERT INTO sys_workflows (id,created_at,updated_at,deleted_at,workflow_nick_name,workflow_name,workflow_description) VALUES (
8,1575876021000,1575876021000,NULL,'测试改版1','test','123123');