* remove the discard enum.

This commit is contained in:
Chenjianyu
2023-09-01 11:02:53 +08:00
parent 2ab5b1c170
commit d9fc017cb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ CREATE TABLE IF NOT EXISTS `zt_prompt` (
`elaboration` text DEFAULT NULL,
`role` text DEFAULT NULL,
`characterization` text DEFAULT NULL,
`status` enum('draft','active','replaced') NOT NULL DEFAULT 'draft',
`status` enum('draft','active') NOT NULL DEFAULT 'draft',
`createdBy` varchar(30) NOT NULL,
`createdDate` datetime NOT NULL,
`editedBy` varchar(30) DEFAULT NULL,
+1 -1
View File
@@ -15947,7 +15947,7 @@ CREATE TABLE IF NOT EXISTS `zt_prompt` (
`elaboration` text DEFAULT NULL,
`role` text DEFAULT NULL,
`characterization` text DEFAULT NULL,
`status` enum('draft','active','replaced') NOT NULL DEFAULT 'draft',
`status` enum('draft','active') NOT NULL DEFAULT 'draft',
`createdBy` varchar(30) NOT NULL,
`createdDate` datetime NOT NULL,
`editedBy` varchar(30) DEFAULT NULL,