Table constraints are unconditionally dropped when hived node is resumed
This behavior opens real problem with fast-restart of hived process. Because all constraints are dropeed unconditionally, its rebuild takes a lot of time when database is already filled. Their rebuild should be determined by expected number of blocks to be synced, similary as it is done in the reindex case.