-
Notifications
You must be signed in to change notification settings - Fork 483
Closed
Description
Its possible to rename a collection?
Suppose I have two collection: C1 and C2
I want C2 to have the name of C1
The solution till now do the following
First I remove all the Data of C1
Then I copy all the Data of C2 in C1
Next I remove C2
That way I do 2 times the work cuz I could just remove C1 and rename C2 to C1
Metadata
Metadata
Assignees
Labels
No labels