feat: Add migration to change 'name' column type to TEXT in 'Pool' table
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 4m9s

Signed-off-by: SoXX <soxx@anthrove.art>
This commit is contained in:
SoXX 2025-01-21 15:03:07 +01:00
parent 746ca0c5f0
commit baa49d0a81

View File

@ -0,0 +1,5 @@
-- +migrate Up
ALTER TABLE "Pool"
ALTER
COLUMN name TYPE TEXT;