Skip to contents

Tests whether the materialized view migration was successful by checking all components are in place.

Usage

test_table_idtax_migration(con)

Arguments

con

Database connection

Value

List with test results

Examples

if (FALSE) { # \dontrun{
con <- call.mydb()
test_table_idtax_migration(con)
} # }