mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-29 23:09:17 +03:00
Add license info to README
This commit is contained in:
parent
0697774253
commit
b17d358ed1
@ -421,4 +421,8 @@ Reshape works by creating views that encapsulate the underlying tables, which yo
|
|||||||
|
|
||||||
1. **Start migration** (`reshape migrate`): Create new views to ensure both the new and old schema are usable at the same time.
|
1. **Start migration** (`reshape migrate`): Create new views to ensure both the new and old schema are usable at the same time.
|
||||||
- After phase one is complete, you can start the roll out of your application. Once the roll out is complete, the second phase can be run.
|
- After phase one is complete, you can start the roll out of your application. Once the roll out is complete, the second phase can be run.
|
||||||
2. **Complete migration** (`reshape complete`): Removes the old schema and any intermediate data.
|
2. **Complete migration** (`reshape complete`): Removes the old schema and any intermediate data.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Reshape is released under the [MIT license](https://choosealicense.com/licenses/mit/).
|
Loading…
Reference in New Issue
Block a user