fix: correct user ID source in User model
Change 'user_id' field to 'text'
This commit is contained in:
parent
6f7c89a76b
commit
c5d78c41e8
4
pkg/database/migrations/002_user_id_to_text.sql
Normal file
4
pkg/database/migrations/002_user_id_to_text.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-- +migrate Up
|
||||||
|
|
||||||
|
ALTER TABLE "UserSource"
|
||||||
|
ALTER COLUMN user_id TYPE TEXT;
|
Loading…
x
Reference in New Issue
Block a user