diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-11-27 13:10:50 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-11-27 13:10:50 +0000 |
| commit | bb7451beff3bc12308b15666b9f5b178dc304dec (patch) | |
| tree | dd8b9e7d9973ac95c30391c2aec471fbeade96ae /admin_pgv_to_wt.php | |
| parent | 8f5f5da826ce6a87024f1a228e56f6b60456ee5c (diff) | |
| download | webtrees-bb7451beff3bc12308b15666b9f5b178dc304dec.tar.gz webtrees-bb7451beff3bc12308b15666b9f5b178dc304dec.tar.bz2 webtrees-bb7451beff3bc12308b15666b9f5b178dc304dec.zip | |
No longer have next_id table
Diffstat (limited to 'admin_pgv_to_wt.php')
| -rw-r--r-- | admin_pgv_to_wt.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/admin_pgv_to_wt.php b/admin_pgv_to_wt.php index eed4d05e70..36546a33a7 100644 --- a/admin_pgv_to_wt.php +++ b/admin_pgv_to_wt.php @@ -1066,18 +1066,6 @@ try { //////////////////////////////////////////////////////////////////////////////// -echo '<p>pgv_nextid => wt_next_id…</p>'; - -Database::prepare( - "REPLACE INTO `##next_id` (gedcom_id, record_type, next_id)" . - " SELECT ni_gedfile, ni_type, ni_id" . - " FROM `{$DBNAME}`.`{$TBLPREFIX}nextid`" . - " JOIN `##gedcom` ON (ni_gedfile = gedcom_id)" . - " WHERE ni_type IN ('INDI', 'FAM', 'SOUR', 'REPO', 'OBJE', 'NOTE')" -)->execute(); - -//////////////////////////////////////////////////////////////////////////////// - echo '<p>pgv_messages => wt_message…</p>'; Database::prepare( |
