Skip to content

Commit

Permalink
2024年8月13日 添加初始化biz信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Aug 13, 2024
1 parent d67032a commit 191e6a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 55 deletions.
5 changes: 5 additions & 0 deletions docs/sql/codo_biz.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
INSERT INTO `codo_biz` (`create_time`, `id`, `biz_id`, `biz_en_name`, `biz_cn_name`, `maintainer`, `biz_sre`, `biz_developer`, `biz_tester`, `biz_pm`, `ext_info`, `users_info`, `corporate`, `sort`, `life_cycle`, `description`, `update_time`) VALUES ('2023-03-15 13:04:00', 1, '500', 'all', '所有项目', NULL, NULL, NULL, NULL, NULL, NULL, '[]', '', 9, '已上线', '', '2023-03-15 13:04:00');
INSERT INTO `codo_biz` (`create_time`, `id`, `biz_id`, `biz_en_name`, `biz_cn_name`, `maintainer`, `biz_sre`, `biz_developer`, `biz_tester`, `biz_pm`, `ext_info`, `users_info`, `corporate`, `sort`, `life_cycle`, `description`, `update_time`) VALUES ('2023-03-15 13:04:00', 2, '501', 'public', '公共项目', NULL, NULL, NULL, NULL, NULL, NULL, '[]', '', 10, '已上线', '', '2023-03-15 13:04:00');
INSERT INTO `codo_biz` (`create_time`, `id`, `biz_id`, `biz_en_name`, `biz_cn_name`, `maintainer`, `biz_sre`, `biz_developer`, `biz_tester`, `biz_pm`, `ext_info`, `users_info`, `corporate`, `sort`, `life_cycle`, `description`, `update_time`) VALUES ('2023-03-15 13:04:46', 3, '502', 'default', '默认项目', NULL, NULL, NULL, NULL, NULL, NULL, '[]', '', 10, '已上线', '默认项目', '2023-03-15 13:04:46');
INSERT INTO `codo_biz` (`create_time`, `id`, `biz_id`, `biz_en_name`, `biz_cn_name`, `maintainer`, `biz_sre`, `biz_developer`, `biz_tester`, `biz_pm`, `ext_info`, `users_info`, `corporate`, `sort`, `life_cycle`, `description`, `update_time`) VALUES ('2023-08-02 16:47:07', 4, '503', 'opstest', '运维测试', NULL, NULL, NULL, NULL, NULL, NULL, '[]', '', 100, '已上线', '', '2023-08-17 14:27:17');
INSERT INTO `codo_biz` (`create_time`, `id`, `biz_id`, `biz_en_name`, `biz_cn_name`, `maintainer`, `biz_sre`, `biz_developer`, `biz_tester`, `biz_pm`, `ext_info`, `users_info`, `corporate`, `sort`, `life_cycle`, `description`, `update_time`) VALUES ('2023-08-02 16:47:30', 6, '504', 'ops', '运维项目', NULL, NULL, NULL, NULL, NULL, NULL, '[]', '', 100, '已上线', '', '2023-08-11 14:48:18');
11 changes: 0 additions & 11 deletions libs/utils.py

This file was deleted.

44 changes: 0 additions & 44 deletions models/biz_model.py-bak

This file was deleted.

0 comments on commit 191e6a6

Please sign in to comment.