Skip to contents

Adds the id_linktype FK column and migrates existing type strings to FK references.

Usage

migration_add_linktype_column(con = NULL, dry_run = FALSE)

Arguments

con

Database connection

dry_run

If TRUE, only print SQL without executing

Value

TRUE if successful