Skip to content

Commit

Permalink
Update 20151007150808_initial.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonsimaogoncalves committed Jan 11, 2019
1 parent e5e8585 commit 697c9f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/Migrations/20151007150808_initial.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

use Migrations\AbstractMigration;

class Initial extends AbstractMigration
class InitialUserActivity
extends AbstractMigration
{
public function up()
{
Expand Down Expand Up @@ -97,9 +98,9 @@ public function up()
public function down()
{
$this->table('logs_details')
->dropForeignKey(
'log_id'
);
->dropForeignKey(
'log_id'
);

$this->dropTable('logs');
$this->dropTable('logs_details');
Expand Down

0 comments on commit 697c9f5

Please sign in to comment.