Skip to content

🐛 Bugfix: agent info tablebase definition error #2535#2537

Merged
WMC001 merged 1 commit intodevelopfrom
xyq/bugfix
Feb 24, 2026
Merged

🐛 Bugfix: agent info tablebase definition error #2535#2537
WMC001 merged 1 commit intodevelopfrom
xyq/bugfix

Conversation

@xuyaqist
Copy link
Contributor

@xuyaqist xuyaqist changed the title Bugfix: agent info tablebase definition error #2535 🐛 Bugfix: agent info tablebase definition error #2535 Feb 24, 2026
@xuyaqist xuyaqist changed the base branch from main to develop February 24, 2026 09:11
@WMC001 WMC001 merged commit 2a519f1 into develop Feb 24, 2026
4 checks passed

agent_id = Column(Integer, Sequence(
"ag_tenant_agent_t_agent_id_seq", schema=SCHEMA), nullable=False, primary_key=True, autoincrement=True, doc="ID")
agent_id = Column(Integer, nullable=False, primary_key=True, autoincrement=True, doc="ID")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该修改init.sql中的字段定义哦,改为SERIAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants