Skip to content

Commit

Permalink
update databse update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Oct 27, 2023
1 parent d88d39a commit 9575def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/backups/database_dumper/update_database.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DROP TABLE IF EXISTS `HerediVar`.`import_variant_queue`;

DROP TABLE IF EXISTS `HerediVar`.`import_queue`;
CREATE TABLE `import_queue` (
CREATE TABLE `HerediVar`.`import_queue` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`requested_at` datetime NOT NULL DEFAULT current_timestamp(),
Expand Down

0 comments on commit 9575def

Please sign in to comment.