TwentyT
Twenty3mo ago
68 replies
EbenezerIbiza

upgraded to 1.7 from 1.6.7 is stuck with 1.6.7 db version

I have just upgraded to 1.7 from 1.6.7. Since then, the application thinks it is v1.7.7 and the db thinks it is 1.6.7.
I then tried running: yarn database:migrate:prod

But it says:

query: SELECT * FROM current_schema() query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp" query: SELECT version(); query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations' query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC No migrations are pending


How do I fix this? Is this a known problem?
Was this page helpful?