-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
Types should be able to be renamed. For example to rename the vertex type "Chat" into "Case":
-
rename()inComponentFileclass - rename the underlying file prefix, leaving untouched after that
Chat_0.14.65536.v0.bucket->Case_0.14.65536.v0.bucket - update the entries in
LocalSchemaclass (bucketMap) - update the entries in
FileManagerclass (fileNameMap) - at the end, save the schema
Also:
- support multiple aliases can be used to lookup for the type. This helps with refactoring, so the old queries still work.
- support new SQL syntax
alter type XX aliases YYY, ZZZ
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request