Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Oil
Oil produces empty migrations
agop
August 2013
I am trying to generate migrations using the following command :
oil g migration posts title:varchar[50] --soft-delete
that results in migration class with both empty up() and down() methods. I am running
PHP 5.4.6 FuelPHP is 1.6.
Harro
August 2013
Does it work without --soft-delete?
And can you create an issue for it at
https://github.com/fuel/oil/issues
, so someone can have a look and fix it if needed?
agop
August 2013
I will test it without the --soft-delete and will open an issue on github later today. Thanks
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
agop
August 2013
Harro
August 2013