-
Notifications
You must be signed in to change notification settings - Fork 6
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
all: update docs and action inputs #227
Conversation
Atlas Lint ReportAnalyzed migrations2
Migrations automatically reviewed by Atlas |
Atlas Lint ReportAnalyzed migrations
Migrations automatically reviewed by Atlas |
|
Atlas detected changes to the desired schemaSQL Plan-- Create "t1" table
CREATE TABLE `t1` (
`c1` integer NOT NULL
);
-- Create "t2" table
CREATE TABLE `t2` (
`c1` integer NOT NULL
);
-- Create "t3" table
CREATE TABLE `t3` (
`c1` integer NOT NULL
);
-- Create "t4" table
CREATE TABLE `t4` (
`c1` integer NOT NULL,
`c2` integer NOT NULL
); Atlas lint results
📝 To edit this plan, follow these steps
|
* `version` - The version of the schema changes. | ||
* `tag` - The tag to apply to the pushed schema. By default the current git commit hash is used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the difference between version and tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The atlas push will generate new migration file with the give version. And pushed as the tag.
b219467
to
6ba1b49
Compare
Atlas detected changes to the desired schemaSQL Plan-- Create "t1" table
CREATE TABLE `t1` (
`c1` integer NOT NULL
);
-- Create "t2" table
CREATE TABLE `t2` (
`c1` integer NOT NULL
);
-- Create "t3" table
CREATE TABLE `t3` (
`c1` integer NOT NULL
);
-- Create "t4" table
CREATE TABLE `t4` (
`c1` integer NOT NULL,
`c2` integer NOT NULL
); Atlas lint results
📝 To edit this plan, follow these steps
|
426dd86
to
b66e09d
Compare
Close as duplicate of #234 |
No description provided.