Commit 4db2ba788e0ee91ba61587c1000f0fca6d0195fd
1 parent
63489f7b
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/migrations/m160920_193159_add_sale_percent_to_event.php
@@ -13,7 +13,7 @@ class m160920_193159_add_sale_percent_to_event extends Migration | @@ -13,7 +13,7 @@ class m160920_193159_add_sale_percent_to_event extends Migration | ||
13 | { | 13 | { |
14 | echo "m160920_193159_add_sale_percent_to_event cannot be reverted.\n"; | 14 | echo "m160920_193159_add_sale_percent_to_event cannot be reverted.\n"; |
15 | 15 | ||
16 | - return false; | 16 | + return true; |
17 | } | 17 | } |
18 | 18 | ||
19 | /* | 19 | /* |