Error thrown when 'table' attribute missing from 'encrypt' config attribute.
If there's a bad DBI encryption config, such as:
{
"encrypt": {
"tables": {
"whatever": true
}
}
}
an error will be thrown and nothing will work because the attribute should be named table
and we have incorrectly assumed that if encrypt
is there, then table
will be there too.