Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion deploy/sql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ CREATE TABLE IF NOT EXISTS nexent.ag_tenant_agent_t (
enabled BOOLEAN DEFAULT FALSE,
is_main_agent BOOLEAN NOT NULL DEFAULT TRUE,
provide_run_summary BOOLEAN DEFAULT FALSE,
context_policy JSONB,
create_time TIMESTAMP WITHOUT TIME ZONE DEFAULT CURRENT_TIMESTAMP,
update_time TIMESTAMP WITHOUT TIME ZONE DEFAULT CURRENT_TIMESTAMP,
created_by VARCHAR(100),
Expand Down
Loading