Skip to content

Remove unwanted docs #19

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

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,3 @@ This will update the existing Models and Controllers and also create migrations
It is important to check the migrations manually, for example if you rename columns it will create drop column and create column instaead of rename which may result in data loss.

For each Model and Controller you have a base class that is controlled by the Generator, changes to the base file will be overwritten every time you run the generator. If you want to make changes to the class you can do that in the subclasses, which are only created on the first run and will not be touched on subsequent generator runs.

> Note: There are currently some bugs in the Database part of the generator which results
> in wrong migrations being creatated. This mainly affects MySQL and MariaDB,
> PostgreSQL should be working fine.
>
> If you run into these you need to adjust the generated migrations manually. Some migrations should be deleted if they contain only wrong changes.
> See <https://github.com/cebe/yii2-openapi/issues>, specifically <https://github.com/cebe/yii2-openapi/issues/100> and <https://github.com/cebe/yii2-openapi/issues/111>