playcademy 0.12.8 → 0.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8678,8 +8678,8 @@ async function runDbDiff() {
|
|
|
8678
8678
|
const deployedGameInfo = await getDeployedGame(workspace);
|
|
8679
8679
|
const previousSnapshot = deployedGameInfo?.schemaSnapshot;
|
|
8680
8680
|
const schemaInfo = await getSchemaInfo(previousSnapshot);
|
|
8681
|
+
logger.newLine();
|
|
8681
8682
|
if (!schemaInfo) {
|
|
8682
|
-
logger.newLine();
|
|
8683
8683
|
logger.success("No schema changes detected");
|
|
8684
8684
|
logger.newLine();
|
|
8685
8685
|
logger.remark("Nothing to do");
|