Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 13, 2017
1 parent 5d4f0b8 commit c8614f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-migrate-fresh` will be documented in this file

## 1.3.0 - 2017-01-11

- added `DroppedTables` and `DroppingTables` events

## 1.2.0 - 2017-01-11

- added support for Sqlite
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ If the command is being executed in a production environment, confirmation will
This package fires several events, which you can hook into to perform some extra logic rebuilding the database.

- `Spatie\MigrateFresh\Events\DroppingTables`: will be fired right before dropping the first table
- `Spatie\MigrateFresh\Events\DroppedTables`: will be fired right after all the tables have been dropped and before running the `up` steps of the migrations.
- `Spatie\MigrateFresh\Events\DroppedTables`: will be fired right after all the tables have been dropped and before running the `up` steps of the migrations

## Changelog

Expand Down

0 comments on commit c8614f9

Please sign in to comment.