mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
roll back check/update
This commit is contained in:
parent
207c1224ed
commit
0066e8dbcb
2 changed files with 0 additions and 104 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue