delete starter script without lock files

This commit is contained in:
Ruben Fiszel
2022-05-08 17:56:16 +02:00
parent 8b824f25e9
commit cbbc577d73
3 changed files with 5 additions and 0 deletions

View File

@@ -1 +1,2 @@
-- Add down migration script here

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,3 @@
-- Add up migration script here
DELETE FROM script WHERE lock IS NULL;