otter-space-sdk/pkg/database/migrations/008_pool_name_change.sql
SoXX baa49d0a81
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 4m9s
feat: Add migration to change 'name' column type to TEXT in 'Pool' table
Signed-off-by: SoXX <soxx@anthrove.art>
2025-01-21 15:03:07 +01:00

5 lines
63 B
SQL

-- +migrate Up
ALTER TABLE "Pool"
ALTER
COLUMN name TYPE TEXT;