We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environments (please complete the following information):
Additional context Add any other context about the problem here.
创建模板报错.
(/home/travis/gopath/src/github.com/xiaomi/naftis/src/api/storer/db/tasktmpl.go:44) [2019-01-12 04:52:03] Error 1146: Table 'naftis.task_tmpls' doesn't exist
(/home/travis/gopath/src/github.com/xiaomi/naftis/src/api/storer/db/tasktmpl.go:44) [2019-01-12 04:52:03] [1.71ms] INSERT INTO task_tmpls (created_at,updated_at,deleted_at,name,content,brief,revision,operator,icon) VALUES ('2019-01-12 04:52:03','2019-01-12 04:52:03',NULL,'qw','wq ','qw','1','admin','') [0 rows affected or returned ]
task_tmpls
created_at
updated_at
deleted_at
name
content
brief
revision
operator
icon
The text was updated successfully, but these errors were encountered:
这个报错是 task_tmpls 表不存在,你重新部署下 MySQL 服务在试试。
Sorry, something went wrong.
sevennt
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environments (please complete the following information):
Additional context
Add any other context about the problem here.
创建模板报错.
(/home/travis/gopath/src/github.com/xiaomi/naftis/src/api/storer/db/tasktmpl.go:44)
[2019-01-12 04:52:03] Error 1146: Table 'naftis.task_tmpls' doesn't exist
(/home/travis/gopath/src/github.com/xiaomi/naftis/src/api/storer/db/tasktmpl.go:44)
[2019-01-12 04:52:03] [1.71ms] INSERT INTO
task_tmpls
(created_at
,updated_at
,deleted_at
,name
,content
,brief
,revision
,operator
,icon
) VALUES ('2019-01-12 04:52:03','2019-01-12 04:52:03',NULL,'qw','wq','qw','1','admin','')
[0 rows affected or returned ]
The text was updated successfully, but these errors were encountered: