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 7787368 commit 2cf673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/backups/database_dumper/update_database_5.sql
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
-- ALTER TABLE `HerediVar`.`assay_metadata_type`
-- CHANGE COLUMN `value_type` `value_type` TEXT NOT NULL ;

ALTER TABLE `HerediVar_ahdoebm1`.`assay_metadata_type`
ALTER TABLE `HerediVar`.`assay_metadata_type`
ADD COLUMN `is_required` TINYINT(1) NOT NULL DEFAULT 1 AFTER `is_deleted`;


Expand Down

0 comments on commit 2cf673e

Please sign in to comment.