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
开发者你们好,我在Windows server服务器上安装时,在导入pg数据库的过程中出现了问题。 初始化表的过程是可以正常工作的,但是导入初始值的过程是有问题的。
在为表“menu”导入初始值的时候,pg数据库会默认拒绝定义id值(自增主键),需要使用“overriding system value”来进行强制导入
在为表“rolemenu”导入初始值的时候,报错 错误: 类型json的输入语法无效 LINE 1: ... '2023-08-30 15:36:15', '2023-10-11 10:11:58', 1, '["save"... ^ DETAIL: 令牌 "" 无效. CONTEXT: JSON数据, 行 1: [... 移除所有反斜杠""后正常。
除此之外在权限设置页面进行任何操作的时候,均提示失败,可能与上述反斜杠的报错有关
The text was updated successfully, but these errors were encountered:
谢谢您的反馈,我们已经将官网上的脚本进行更新 Thank you for your feedback. We have updated the script on the official website.
Sorry, something went wrong.
leucoon
No branches or pull requests
开发者你们好,我在Windows server服务器上安装时,在导入pg数据库的过程中出现了问题。
初始化表的过程是可以正常工作的,但是导入初始值的过程是有问题的。
在为表“menu”导入初始值的时候,pg数据库会默认拒绝定义id值(自增主键),需要使用“overriding system value”来进行强制导入
在为表“rolemenu”导入初始值的时候,报错
错误: 类型json的输入语法无效
LINE 1: ... '2023-08-30 15:36:15', '2023-10-11 10:11:58', 1, '["save"...
^
DETAIL: 令牌 "" 无效.
CONTEXT: JSON数据, 行 1: [...
移除所有反斜杠""后正常。
除此之外在权限设置页面进行任何操作的时候,均提示失败,可能与上述反斜杠的报错有关
The text was updated successfully, but these errors were encountered: