Closed santoshconflux closed 5 years ago
Will try to work on this!
@santoshmath , Fixed this, sent a PR #2186 . Please verify. Thanks:)
This is a validation which has more to do with ensuring that there is no loss of data. IF and only IF this requirement needs to be met, a validation like this can be added to the backend -
select case when columnToBeDeleted is not null then 'true' else 'false' end allowDelete
from datatable where columnToBeDeleted is not null limit 1;
If validation returns false, column can be deleted.
Fineract side issue: https://issues.apache.org/jira/browse/FINERACT-439.
Closed here.