roll back check/update

This commit is contained in:
Brian Cao 2022-08-21 23:47:11 -07:00
parent 207c1224ed
commit 0066e8dbcb
2 changed files with 0 additions and 104 deletions

View file

@ -65,9 +65,6 @@ async function checkMigrations() {
console.log(output);
var x = await prisma.$queryRaw`select * from _prisma_migrations`;
console.log(x);
const missingMigrations = output.includes('have not yet been applied');
const missingInitialMigration =
output.includes('01_init') && !output.includes('The last common migration is: 01_init');