automaticly compute datbase hash from all tables in hafd schema
Currently, there is a list of tables that are included in database hash computations: src/hive_fork_manager/table_schema_verification.sql
verified_tables_list = ARRAY[
'blocks',
'irreversible_data',
'transactions',
'transactions_multisig',
'operation_types',
'operations',
'applied_hardforks',
'accounts',
'account_operations',
'fork',
'blocks_reversible',
'transactions_reversible',
'transactions_multisig_reversible',
'operations_reversible',
'accounts_reversible',
'account_operations_reversible',
'applied_hardforks_reversible',
'contexts_attachment',
'contexts',
'contexts_log'
];
It isn't very pleasant to remember to extend this list each time a new table is added, it is enough to automatically get all tables from hafd schema