tethys/database/migrations
Arno Kaimbacher 75b37368e4 - change relation between document and dataset_subjects to M : n:
a. during creating a dataste, also find existing keywords and attach them
b. DatasetExtension.php
c. Subject.php: protected $table = 'dataset_subjects';
d. migration file for crete_dataset_subjects_table
- change api routes for also using url alias if defined
- composer updates: composer.lock
2021-06-07 16:53:45 +02:00
..
.gitkeep initial commit 2020-06-10 21:04:18 +02:00
2014_10_12_100000_create_password_resets_table.php - Upgrade to 7.x from 6.x #11 2021-05-25 14:15:02 +02:00
2019_08_28_070144_create_accounts_table.php - added nearly all migration files 2020-06-10 21:09:22 +02:00
2019_08_28_074630_create_roles_table.php - added nearly all migration files 2020-06-10 21:09:22 +02:00
2019_08_28_083531_create_projects_table.php - new design 2020-06-10 21:09:22 +02:00
2019_08_28_083836_create_documents_table.php - bug fixes Testphase Januar 2020 2020-06-10 21:09:30 +02:00
2019_08_28_094055_create_persons_table.php - name_types of persons 2020-06-10 21:09:23 +02:00
2019_08_28_105907_create_licences_table.php - add name columns to table 'document_licences' 2020-06-10 21:09:37 +02:00
2019_08_28_121520_create_collections_table.php - add additional migration files 2020-06-10 21:09:22 +02:00
2019_08_28_160330_create_pages_table.php - added nearly all migration files 2020-06-10 21:09:22 +02:00
2019_08_29_075029_create_dataset_titles_table.php - false abstract types (migration and frontend) 2020-06-10 21:09:24 +02:00
2019_08_29_075729_create_dataset_abstracts_table.php - mcamara/laravel-localization update 2020-06-10 21:09:24 +02:00
2019_08_29_090936_create_languages_table.php - added nearly all migration files 2020-06-10 21:09:22 +02:00
2019_08_29_115137_create_document_xml_cache_table.php - add SolrIndexBuilder artisan command 2020-06-10 21:09:22 +02:00
2019_08_29_150721_create_mime_types_table.php added migrations for mime_types 2020-06-10 21:09:22 +02:00
2019_09_02_075831_create_document_files_table.php - npm updates 2021-05-11 16:37:38 +02:00
2019_09_02_090936_create_coverage_table.php - add additional migration files 2020-06-10 21:09:22 +02:00
2019_09_02_095440_create_document_subjects_table.php - add additional migration files 2020-06-10 21:09:22 +02:00
2019_09_02_105025_create_document_references_table.php - EditorController.php und SubmiotController.php: correct referenceTypes 2021-06-07 10:05:22 +02:00
2019_09_13_150519_create_document_identifiers_table.php - demo Schleife im Header 2020-06-10 21:09:23 +02:00
2020_01_27_125513_create_messages_table.php - add message class for help texts 2020-06-10 21:09:30 +02:00
2020_04_27_124302_add_contributor_type_to_documents_persons.php - schow no contributor in oai if no contributor is defined 2020-06-10 21:09:36 +02:00
2020_10_22_161707_fix_first_name_create_persons_table.php - add name_type 'Personal' and 'Organizational' for persons table (change also user interfaces therefore) 2020-10-22 16:36:43 +02:00
2021_02_26_153027_create_dataset_identifiers_table.php - error in migrating file 2021_02_26_153027_create_dataset_identifiers_table.php 2021-03-01 16:36:34 +01:00
2021_06_07_135923_create_dataset_subjects_table.php - change relation between document and dataset_subjects to M : n: 2021-06-07 16:53:45 +02:00