You are here

function amp_update_7002 in Accelerated Mobile Pages (AMP) 7

Add new table to track unpublished AMP nodes.

File

./amp.install, line 120
Contains amp.install.

Code

function amp_update_7002() {
  if (!db_table_exists('amp_node')) {
    drupal_install_schema('amp');
  }
}