cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

When remove the attribute/type from items.xml are they removed from database ?

0 Likes
379

When remove the attribute/type from items.xml are they removed from database ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Slava
Product and Topic Expert
Product and Topic Expert
0 Likes

No, they are not. Database is definitely recreated and the pre-existing item tables are removed when the platform is initialized, ie. `ant initialize`. Not sure about upgrading `ant updatesystem`, so you better experiment with it or try to find documentation.

Even generated java classes are not removed when a type or an attribute is removed from the items.xml. So, you have to do `ant clean all` in order get "fresh" java classes generated for the current content of items.xml

Ask a Question