forked from AkkomaGang/akkoma
update migration
This commit is contained in:
parent
0aada88b55
commit
12f45e2a89
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ def up do
|
||||||
|
|
||||||
LOOP
|
LOOP
|
||||||
--- Ensure that we have an activity before continuing.
|
--- Ensure that we have an activity before continuing.
|
||||||
|
--- If we don't, the thread is not satisfiable.
|
||||||
IF activity IS NULL THEN
|
IF activity IS NULL THEN
|
||||||
RETURN true;
|
RETURN false;
|
||||||
END IF;
|
END IF;
|
||||||
|
|
||||||
--- We only care about Create activities.
|
--- We only care about Create activities.
|
Loading…
Reference in a new issue