@stacksjs/buddy 0.70.108 → 0.70.109

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.
@@ -83,7 +83,7 @@ async function reportMissingForeignKeys() {
83
83
  + ${result.missing.length - 5} more \u2014 run \`./buddy doctor\` for the full list.` : "";
84
84
  log.warn(`${result.missing.length} of ${result.declared.length} declared foreign keys are missing from the live schema:
85
85
  ${sample}${more}
86
- ` + "If you just flipped DB_CONNECTION, the FK ALTER migrations may be sitting on disk but unapplied \u2014 run `./buddy migrate:fresh` against the new database (will reset data) or replay the alter-*.sql files manually.");
86
+ ` + "The model-backed create migrations may be stale for this database \u2014 run `./buddy migrate:fresh` to regenerate and replay them from the model attributes (this resets data).");
87
87
  } catch (err) {
88
88
  log.debug(`[migrate] FK integrity check skipped: ${err instanceof Error ? err.message : String(err)}`);
89
89
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.108",
5
+ "version": "0.70.109",
6
6
  "description": "Meet Buddy. The Stacks runtime.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [