Abanob Boles
Explore posts from serversDTDrizzle Team
•Created by Abanob Boles on 8/19/2024 in #help
Migration Error - already on Production
787 | query && (query.cursorFn || query.describeFirst) && write(Sync)
788 | const error = Errors.postgres(parseError(x))
789 | query && query.retried
790 | ? errored(query.retried)
791 | : query && query.prepared && retryRoutines.has(error.routine)
792 | ? retry(query, error)
^
PostgresError: type "bigserial" does not exist
code: "42704"
I use already bigserial on production, and i wanted to change other table also to bigserial, that was not a good idea. so i removed it and tryied to do a new migration.
but I get this error:PostgresError: type "bigserial" does not exist
My Schema is know like before, hmmm
Thank you for any help1 replies