I am using JDBCStateRepository with oracle database. During application startup, togglz disables all features (changes all FEATURE_ENABLED to 0 in database) for all features that don't have @EnabledByDefault.
How can I disable this behavior?
Thanks