Skip to content

Commit

Permalink
Larger field for MDM commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Aug 12, 2021
1 parent 65fb96a commit 419b2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions storage/mysql/schema.00006.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE commands MODIFY COLUMN command MEDIUMTEXT NOT NULL;
2 changes: 1 addition & 1 deletion storage/mysql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ CREATE TABLE commands (
command_uuid VARCHAR(127) NOT NULL,
request_type VARCHAR(63) NOT NULL,
-- Raw command Plist
command TEXT NOT NULL,
command MEDIUMTEXT NOT NULL,

created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
Expand Down

0 comments on commit 419b2ef

Please sign in to comment.