We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527e57c commit 3d4534fCopy full SHA for 3d4534f
1 file changed
docker/init.sql
@@ -365,7 +365,6 @@ COMMENT ON COLUMN nexent.ag_tenant_agent_t.update_time IS 'Update time';
365
COMMENT ON COLUMN nexent.ag_tenant_agent_t.created_by IS 'Creator';
366
COMMENT ON COLUMN nexent.ag_tenant_agent_t.updated_by IS 'Updater';
367
COMMENT ON COLUMN nexent.ag_tenant_agent_t.delete_flag IS 'Whether it is deleted. Optional values: Y/N';
368
-
369
COMMENT ON COLUMN nexent.ag_tenant_agent_t.is_new IS 'Whether this agent is marked as new for the user';
370
371
-- Create index for is_new queries
0 commit comments