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
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:
parent
746ca0c5f0
commit
baa49d0a81
5
pkg/database/migrations/008_pool_name_change.sql
Normal file
5
pkg/database/migrations/008_pool_name_change.sql
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-- +migrate Up
|
||||||
|
|
||||||
|
ALTER TABLE "Pool"
|
||||||
|
ALTER
|
||||||
|
COLUMN name TYPE TEXT;
|
Loading…
x
Reference in New Issue
Block a user