Delete Old log column
All checks were successful
/ release (push) Successful in 58s

This commit is contained in:
Samuel Lorch 2025-05-18 19:19:34 +02:00
parent f52f517dc1
commit f35a51ea28
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE tasks
ADD log text[];

View file

@ -0,0 +1,2 @@
ALTER TABLE tasks
DROP IF EXISTS log;