Skip to content

Commit

Permalink
FEATURE-90: Added new code generator (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeMySlaveDarlin authored Aug 8, 2021
1 parent 9771725 commit 8518ffb
Show file tree
Hide file tree
Showing 8 changed files with 504 additions and 343 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [2.2.2](https://github.com/phalcon/migrations/releases/tag/v2.2.2) (2021-08-08)
- Integrated nette/php-generator, changed algorithm of migrations generation ([#90](https://github.com/phalcon/migrations/issues/90))

# [2.2.1](https://github.com/phalcon/migrations/releases/tag/v2.2.1) (2021-08-03)
- Fixed types and indexes definition on pgsql adapter ([#111](https://github.com/phalcon/migrations/issues/111), [#112](https://github.com/phalcon/migrations/issues/112), [#118](https://github.com/phalcon/migrations/issues/118))

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"require": {
"php": ">=7.3",
"ext-phalcon": ">=4.0.5",
"phalcon/cli-options-parser": "^1.2"
"phalcon/cli-options-parser": "^1.2",
"nette/php-generator": "^3.5"
},
"require-dev": {
"ext-pdo": "*",
Expand Down
155 changes: 154 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8518ffb

Please sign in to comment.