- getMetadataForDoi and updateMetadataForDoi in DoiClient.php
- doi_datacite.xslt: show Subtitle - further tests in DoiClientTest.php - DoiController.php: safe DOI metadta in table dataset_identifiers
This commit is contained in:
parent
9b6a6469d7
commit
8f0b12fbf0
6 changed files with 141 additions and 57 deletions
|
@ -19,7 +19,7 @@ class CreateDatasetIdentifiersTable extends Migration
|
|||
|
||||
// foreign key to: documents.id
|
||||
$table->integer('dataset_id')->unsigned();
|
||||
;
|
||||
|
||||
$table->foreign('dataset_id')->references('id')->on('documents')
|
||||
->onUpdate('cascade')->onDelete('cascade');
|
||||
|
||||
|
@ -34,8 +34,6 @@ class CreateDatasetIdentifiersTable extends Migration
|
|||
'status',
|
||||
['draft', 'registered', 'findable']
|
||||
)->nullable();
|
||||
// timestamp of DOI registration
|
||||
$table->timestamp('registration_ts');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue