open please#15
Conversation
|
The latest updates on your projects. Learn more about Boreal.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c2aa2dae11
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,968 +0,0 @@ | |||
| { | |||
There was a problem hiding this comment.
Keep committed migration state for Moose backend
Deleting moose/migrations/remote_state.json drops the only checked-in snapshot of deployed Moose resources (including default_database and table schemas), so subsequent moose-cli planning/deploy runs on this branch will no longer have baseline state to diff against and can generate incorrect “from-scratch” infra changes. In this repo, migration state is versioned (these files were tracked on main and are not ignored), so removing it is a functional regression for anyone deploying or updating the existing Boreal environment.
Useful? React with 👍 / 👎.
No description provided.