-
-
Notifications
You must be signed in to change notification settings - Fork 99
'ALTER TYPE' not working #154
Copy link
Copy link
Closed
Milestone
Description
ArcadeDB Version: 21.10.1
JDK Version: OpenJDK 11
OS: Win7
Steps to reproduce (I tested on Studio)
- Create vertex type Person without extends any type
- Then create vertex type V.
- Run command 'ALTER TYPE Person SUPERTYPE V', nothing changed, the type Person has not become subtype of V as it should.
Reactions are currently unavailable