fix: correct user ID source in User model #31
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