iKingNinja
Explore posts from serversPPrisma
•Created by iKingNinja on 6/10/2024 in #help-and-questions
Update column type without losing data
I have a column of type
int
and I need to migrate that to bigint
. If i change the column type in the prisma schema and run npx prisma migrate dev --name change-type
it wants to reset the public schema. I don't want to lose all the data so what's the proper way of doing this?1 replies
C# StackExchange.Redis client failing to connect
I have deployed a Redis instance and I'm trying to connect to it using StackExchange.Redis but i get the error "It was not possible to connect to the redis server(s)".
but if I connect using the cli it works
14 replies
Infinite project deployment if GitHub app is suspended
So I haven't used railway in quite long time and GitHub suspended the railway app I installed on my profile, after I went to dev.nee and deployed a template to test it out after it got to the deployment part it got stuck on an infinite loading. Un suspending the app on GitHub solved the issue but it would be nice if it tells you that railway can't create the repo on your profile because it doesn't have permission.
3 replies