mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 19:28:00 +00:00
feat: 增加sqlite sql 脚本
This commit is contained in:
2
server/db/sqlite/sys_workflows.sql
Normal file
2
server/db/sqlite/sys_workflows.sql
Normal 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');
|
||||
Reference in New Issue
Block a user