create command for generating sql from mosule schema

This commit is contained in:
Manuel Raynaud
2013-07-11 17:06:12 +02:00
parent 3c18acb3fc
commit 2d13a28fbf
2 changed files with 78 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
<command class="Thelia\Command\Install"/>
<command class="Thelia\Command\ModuleGenerateCommand"/>
<command class="Thelia\Command\ModuleGenerateModelCommand"/>
<command class="Thelia\Command\ModuleGenerateSqlCommand"/>
</commands>
<services>