diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-10-07 14:53:52 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2018-10-24 19:15:07 +0200 |
commit | 5f46fd2f1506148e7eafa34ab29f88ca299d889c (patch) | |
tree | 0e8b5b245b6a34141b5f1211ef870f499fa8d2ae /tests/Unit | |
parent | b46207f91176cf944284c01c213d3f69075377a4 (diff) |
Database: Don't use `0000-00-00 00:00:00` as a datetime
Diffstat (limited to 'tests/Unit')
-rw-r--r-- | tests/Unit/HasDatabase.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/HasDatabase.php b/tests/Unit/HasDatabase.php index d69f0a3a..36f9fba2 100644 --- a/tests/Unit/HasDatabase.php +++ b/tests/Unit/HasDatabase.php @@ -40,6 +40,7 @@ trait HasDatabase ->insert([ ['migration' => '2018_01_01_000001_import_install_sql'], ['migration' => '2018_01_01_000002_import_update_sql'], + ['migration' => '2018_01_01_000003_fix_old_tables'], ]); $migration->run(__DIR__ . '/../../db/migrations'); |