Skip to content

Commit

Permalink
update update database
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Feb 21, 2024
1 parent 97da0c4 commit a8918c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/backups/database_dumper/update_database_5.sql
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ INSERT INTO `HerediVar_ahdoebm1`.assay_metadata_type (title, display_title, assa
INSERT INTO `HerediVar_ahdoebm1`.assay_metadata_type (title, display_title, assay_type_id, value_type) VALUES ('score', 'Score', (SELECT id FROM assay_type WHERE title='functional'), 'float')


UPDATE `HerediVar_ahdoebm1`.`assay_metadata_type` SET `is_required` = '0' WHERE (`title` = 'comment');
UPDATE `HerediVar_ahdoebm1`.`assay_metadata_type` SET `is_required` = '0' WHERE (`title` = 'score');



ALTER TABLE `HerediVar_ahdoebm1`.`assay`
ADD COLUMN `assay_type_id` INT UNSIGNED NOT NULL AFTER `assay_type`;
Expand Down

0 comments on commit a8918c0

Please sign in to comment.