Revision 7336
Added by ben leinfelder over 12 years ago
src/doi_registration.sql | ||
---|---|---|
351 | 351 |
set title = regexp_replace(title, E'^\\s+', '', 'g'); |
352 | 352 |
|
353 | 353 |
update doi_registration |
354 |
set ezid_account = 'KNB'
|
|
354 |
set ezid_account = 'sb_nceas'
|
|
355 | 355 |
where guid like 'doi:10.5063%'; |
356 | 356 |
--16988 |
357 | 357 |
|
358 | 358 |
update doi_registration |
359 |
set ezid_account = 'PISCO'
|
|
359 |
set ezid_account = 'sb_pisco'
|
|
360 | 360 |
where guid like 'doi:10.6085%'; |
361 | 361 |
--98078 |
362 | 362 |
|
363 | 363 |
update doi_registration |
364 |
set ezid_account = 'LTER'
|
|
364 |
set ezid_account = 'lternet'
|
|
365 | 365 |
where guid like 'doi:10.6073%'; |
366 | 366 |
--49482 |
367 | 367 |
|
Also available in: Unified diff
use correct EZID account names for the three different nodes.
https://redmine.dataone.org/issues/2815