Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from kbsali/minor-doc-fix
Browse files Browse the repository at this point in the history
minor typo doc fix
  • Loading branch information
gsomoza committed Feb 3, 2016
2 parents 1cf0609 + b1d5aaa commit 8405edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/domain-model/migration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ File :file:`./migrations/v001_AddHireDateToStaff.php`:
}

public function down() {
$this->connection->exec("ALTER TABLE staff ADD hire_date date");
$this->connection->exec("ALTER TABLE staff REMOVE hire_date date");
}
}

Expand Down

0 comments on commit 8405edb

Please sign in to comment.