Skip to content

Commit

Permalink
update update database
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Apr 9, 2024
1 parent 4c02769 commit a3bf0fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/backups/database_dumper/update_database_8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ GRANT SELECT,INSERT,UPDATE ON HerediVar_ahdoebm1.list_variant_import_queue TO 'H

ALTER TABLE `HerediVar_ahdoebm1`.`list_variant_import_queue`
CHANGE COLUMN `status` `status` ENUM('progress', 'pending', 'success', 'error', 'retry', 'aborted') NOT NULL DEFAULT 'pending' ;


ALTER TABLE `HerediVar_ahdoebm1`.`import_queue`
ADD COLUMN `source` ENUM('heredicare', 'vcf') NOT NULL DEFAULT 'heredicare' AFTER `celery_task_id`;

0 comments on commit a3bf0fd

Please sign in to comment.