Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created August 5, 2014 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memememomo/3d108b68ac458c90d0a4 to your computer and use it in GitHub Desktop.
Save memememomo/3d108b68ac458c90d0a4 to your computer and use it in GitHub Desktop.
DBを直接削除しただけでは、マイグレーションはうまく動かない ref: http://qiita.com/uchiko/items/8ba85d9bba26bb2fa552
<?php
return array(
'version' =>
array(
'app' =>
array(
'default' =>
array(
),
),
'module' =>
array(
),
'package' =>
array(
'auth' =>
array(
),
),
),
'folder' => 'migrations/',
'table' => 'migration',
);
$ php oil r migrate:down -v=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment