Skip to content

Commit

Permalink
fix: remove unneeded sql
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Apr 12, 2022
1 parent 58e7b12 commit 90154fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/api-db/docker-entrypoint-initdb.d/01-migrations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1696,9 +1696,6 @@ CREATE OR REPLACE PROCEDURE
t.task_name = CONCAT('lagoon-task-', (SELECT LEFT(UUID(), 6)))
WHERE
t.task_name IS NULL;
END WHILE;


END;
$$

Expand Down

0 comments on commit 90154fa

Please sign in to comment.