1. Create a New Plan
In your project, go to CI/CD > Plans in the left menu and click New Plan.
2. Choose the Change Type
Select either Schema Migration (DDL) or Data Migration (DML). After adding the first change, you can continue to add more.
3. Select Target Databases
Choose one or more databases where the changes will be applied. Click Confirm to proceed.
4. Add Changes
Fill in the SQL statement. You can add multiple changes to the same plan. Once done, click Create.

5. Submit for Review
The plan starts in adraft
state. Click Ready for Review to submit it for approval.

6. Approve and Roll Out
Once approved, go to the Rollout section to begin deployment.

7. Deploy to Environments
First, deploy to theTest
environment. If successful, proceed to deploy to Prod
.

