Skip to content

Commit 0e476f7

Browse files
committed
Update README
1 parent 92a52f6 commit 0e476f7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,15 @@ optionsBuilder.UseMySql(connectionString, serverVersion);
4949
## Usage
5050
You can invoke one of the following actions:
5151
- Create a new migration. Specify its name beforehand and click `[+]` button on the right.
52-
- List migrations. This action does nothing but lists already existing migrations.
53-
- Remove most recent migration. This action removes most recent migration from **the code**. Nothing will happen on the actual database.
54-
- Generate migration script. This action opens default text editor with SQL code of all migrations for you to review.
52+
- General actions:
53+
- List migrations. This action does nothing but lists already existing migrations.
54+
- Generate migration script. This action opens default text editor with SQL code of all migrations for you to review.
55+
- Generate optimized model.
56+
- Last migration actions:
57+
- Remove from code. This action removes most recent migration from **the code**. Nothing will happen on the actual database. Will fail if the migration is already applied on database - in that case, use "Generate rollback script" action first.
58+
- Generate apply script. This actions generates SQL script of last migration for you to review and manually apply.
59+
- Generate rollback script. This action generates SQL script that rolls back last migration for you to review and manually apply.
60+
5561

5662
## Other screenshots
5763

images/main.png

409 KB
Loading

images/profile-settings.png

625 KB
Loading

0 commit comments

Comments
 (0)