forked from tot-ra/graphql-schema-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: descriptions longer than 255 characters
- Loading branch information
1 parent
1297c21
commit 008b7bf
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE `type_def_types` MODIFY `description` TEXT; | ||
ALTER TABLE `type_def_fields` MODIFY `description` TEXT; | ||
ALTER TABLE `type_def_operations` MODIFY `description` TEXT; | ||
ALTER TABLE `type_def_operation_parameters` MODIFY `description` TEXT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters