- bug fixes Testphase Januar 2020
This commit is contained in:
parent
d323e1d4bb
commit
a773fe2a1d
29 changed files with 1238 additions and 496 deletions
|
@ -24,7 +24,8 @@ class CreateDocumentsTable extends Migration
|
|||
$table->foreign('project_id')->references('id')->on('projects');
|
||||
$table->enum(
|
||||
'type',
|
||||
['analysisdata', 'interpreteddata', 'measurementdata', 'models', 'rawdata', 'supplementarydata', 'mixedtype']
|
||||
// ['analysisdata', 'interpreteddata', 'measurementdata', 'models', 'rawdata', 'supplementarydata', 'mixedtype']
|
||||
['analysisdata', 'measurementdata', 'monitoring', 'remotesensing', 'gis', 'models', 'mixedtype']
|
||||
);
|
||||
$table->string('language', 10);
|
||||
$table->enum(
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue