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
2 changes: 1 addition & 1 deletion src/db/schema/mysql/fts-schema-10.0.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ CREATE TABLE `t_schema_vers` (
/*!40101 SET character_set_client = @saved_cs_client */;

INSERT INTO `t_schema_vers` (major, minor, patch, message)
VALUES (10, 0, 0, 'Schema 10.0.0');
VALUES (10, 0, 1, 'Schema 10.0.1');

--
-- Table structure for table `t_se`
Expand Down