chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -33,9 +33,4 @@ if (databaseName !== expectedDatabase) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
if (databaseName === "planarchy") {
|
||||
console.error(`Refusing to continue with deprecated database '${databaseName}'. Target=${target}`);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
console.log(`DB target OK: ${target}`);
|
||||
|
||||
Reference in New Issue
Block a user