Skip to contents

Verifies whether the citations migration has been applied.

Usage

check_citations_migration(con)

Arguments

con

Database connection to `plots_transects`

Value

Invisible list with fields `table_exists`, `fk_column_exists`, `migration_complete`

Examples

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