Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update readme #28

Merged
merged 1 commit into from
Oct 7, 2024
Merged

chore: update readme #28

merged 1 commit into from
Oct 7, 2024

Conversation

datdao
Copy link
Member

@datdao datdao commented Oct 7, 2024

No description provided.

@datdao
Copy link
Member Author

datdao commented Oct 7, 2024

atlas migrate lint on migrations

Status Step Result
No migration files detected  
ERD and visual diff generated View Visualization
No issues found View Report
Read the full linting report on Atlas Cloud

@datdao
Copy link
Member Author

datdao commented Oct 7, 2024

atlas migrate lint on sqlite-wrong-sum

Status Step Result
1 new migration file detected atlas.sum
ERD and visual diff generated View Visualization
Migration Integrity Check
File atlas.sum is invalid
checksum mismatch
Read the full linting report on Atlas Cloud

@datdao
Copy link
Member Author

datdao commented Oct 7, 2024

Atlas detected changes to the desired schema

SQL Plan

-- Create "t1" table
CREATE TABLE "public"."t1" (
  "c1" integer NOT NULL,
  "c2" integer NOT NULL
);
-- Set comment to table: "t1"
COMMENT ON TABLE "public"."t1" IS 'be9d80b25736b180d1ef6e0b75ea77a787cf9c11';

Atlas lint results

Status Step Result
Detect schema changes2 new statements detected
No issues found

📝 To edit this plan, follow these steps
  1. Run atlas schema plan pull --url "atlas://circleci-schema-test/plans/be9d80b25736b180d1ef6e0b75ea77a787cf9c11" > be9d80b25736b180d1ef6e0b75ea77a787cf9c11.plan.hcl
  2. Modify the plan.
  3. Push the plan using atlas schema plan push --pending --env --file be9d80b25736b180d1ef6e0b75ea77a787cf9c11.plan.hcl

@datdao datdao merged commit c6536b8 into master Oct 7, 2024
23 checks passed
@datdao datdao deleted the d/readme branch October 7, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants