Fixed project deletion errors

This commit is contained in:
Alexey Berezhok
2025-12-25 23:32:53 +03:00
parent 40f8a546f5
commit 4eb58fc8ad
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
require "sequel"
Sequel.migration do
change do
end
end