Sign in

davyin-co / drupal-cms · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • drupal-cms
  • web
  • core
  • modules
  • pgsql
  • pgsql.install
  • upgrade
    20dc8dc7
    Terry authored
    2025-08-28 11:01:51 +0800  
    Browse Files »
pgsql.install 202 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php

/**
 * @file
 * Install, update and uninstall functions for the pgsql module.
 */

/**
 * Implements hook_update_last_removed().
 */
function pgsql_update_last_removed(): int {
  return 10101;
}