Skip to content

Commit

Permalink
Add hardware column to node_status table in MySQL initialization scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DarumaDocker committed Jan 2, 2025
1 parent f9540e4 commit 557db75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions init-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CREATE TABLE node_status (
last_avail_time TIMESTAMP,
run_id varchar(256) DEFAULT "",
meta JSON,
hardware JSON,
node_version varchar(20) DEFAULT "",
chat_model varchar(256) DEFAULT "",
embedding_model varchar(256) DEFAULT "",
Expand Down
1 change: 1 addition & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ CREATE TABLE node_status (
last_avail_time bigint,
run_id varchar DEFAULT "",
meta text,
hardware text,
node_version varchar DEFAULT "",
chat_model varchar DEFAULT "",
embedding_model varchar DEFAULT "",
Expand Down

0 comments on commit 557db75

Please sign in to comment.