Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 11654460

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID 11654460e748a644893110a043c760a1fe25dd5b
  • Vorgänger 8f64093b
  • Nachfolger 0d33ce61

Bei der Migration zu "Anrede -> Geschlecht" nicht nachfragen, wenn Tabelle leer ist.

Unterschiede anzeigen:

sql/Pg-upgrade2/cp_greeting_migration.pl
sub do_update {
# main function
# Do not ask the user anything if there are no entries in the
# contacts table.
my ($data_exists) = $dbh->selectrow_array("SELECT * FROM contacts LIMIT 1");
return 1 if !$data_exists;
# first of all check if gender.sql was already run and thus cp_gender exists
# if it exists there is no need for this update anymore, so return
# without doing anything

Auch abrufbar als: Unified diff