From 951fd81205c198c9063d3a63b6180f93dc3bb819 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:08:39 +1000 Subject: [PATCH] add prisma instructions to changeset --- .changeset/no-use-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/no-use-migrations.md b/.changeset/no-use-migrations.md index 0d7dbb02e5e..26de11a891d 100644 --- a/.changeset/no-use-migrations.md +++ b/.changeset/no-use-migrations.md @@ -2,4 +2,4 @@ '@keystone-6/core': major --- -Removes deprecated `config.db.useMigrations`, use `--with-migrations` process argument +Removes deprecated `config.db.useMigrations`, use `--with-migrations` process argument or `keystone prisma migrate [dev|deploy]` instead