Skip to content

Commit

Permalink
Change the SQL file definition for enterprise.response.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Feb 2, 2024
1 parent 5dddaf0 commit e490e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/open-audit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ DROP TABLE IF EXISTS `enterprise`;
CREATE TABLE `enterprise` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`request` text NOT NULL,
`response` text NOT NULL,
`response` longtext NOT NULL,
`timestamp` datetime NOT NULL DEFAULT current_timestamp(),
`output` mediumtext NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
Expand Down

0 comments on commit e490e4d

Please sign in to comment.