- only 9 types of reference type

- optimized help svg's: secure_data svg and specs.svg
- delet unneccesary information on home view
This commit is contained in:
Arno Kaimbacher 2020-04-08 16:59:41 +02:00
parent 50d27c51c9
commit ea6288fd0f
7 changed files with 95 additions and 210 deletions

View file

@ -27,7 +27,8 @@ class CreateDocumentReferencesTable extends Migration
);
$table->enum(
'relation',
["IsCitedBy", "Cites", "IsSupplementTo", "IsSupplementedBy", "IsContinuedBy", "Continues", "HasMetadata", "IsMetadataFor","IsNewVersionOf", "IsPreviousVersionOf", "IsPartOf", "HasPart", "IsReferencedBy", "References", "IsDocumentedBy", "Documents", "IsCompiledBy", "Compiles", "IsVariantFormOf", "IsOriginalFormOf", "IsIdenticalTo", "IsReviewedBy", "Reviews", "IsDerivedFrom", "IsSourceOf"]
["IsSupplementTo", "IsSupplementedBy", "IsContinuedBy", "Continues",
"IsNewVersionOf", "IsPartOf", "HasPart", "Compiles", "IsVariantFormOf"]
);
$table->string('value', 255);
$table->string('label', 50);