Skip to content

Commit

Permalink
Merge pull request #1837 from HDInnovations/Migrations
Browse files Browse the repository at this point in the history
(Remove) Down migrations
  • Loading branch information
HDVinnie authored Jul 13, 2021
2 parents ea4c930 + a0d0e16 commit 157a143
Show file tree
Hide file tree
Showing 194 changed files with 59 additions and 2,075 deletions.
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_articles_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,4 @@ public function up()
$table->integer('user_id')->index('fk_articles_users1_idx');
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('articles');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_ban_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('ban');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,4 @@ public function up()
$table->boolean('invite')->default(0);
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('bon_exchange');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,4 @@ public function up()
$table->timestamp('date_actioned')->default(DB::raw('CURRENT_TIMESTAMP'));
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('bon_transactions');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_bookmarks_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('bookmarks');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_categories_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,4 @@ public function up()
$table->integer('num_torrent')->default(0);
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('categories');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_clients_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('clients');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_comments_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('comments');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('failed_login_attempts');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('featured_torrents');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_files_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@ public function up()
$table->bigInteger('torrent_id')->unsigned()->index('fk_files_torrents1_idx');
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('files');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_follows_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('follows');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_forums_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('forums');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_graveyard_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('graveyard');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_groups_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,4 @@ public function up()
$table->boolean('autogroup')->default(0);
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('groups');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_history_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,4 @@ public function up()
$table->dateTime('completed_at')->nullable();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('history');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_invites_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('invites');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_jobs_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,4 @@ public function up()
$table->index(['queue', 'reserved_at']);
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('jobs');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_likes_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('likes');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('log_activities');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,4 @@ public function up()
$table->index(['notifiable_id', 'notifiable_type']);
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('notifications');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_options_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('options');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_pages_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,4 @@ public function up()
$table->timestamps();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('pages');
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,4 @@ public function up()
$table->dateTime('created_at')->nullable();
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('password_resets');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_peers_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,4 @@ public function up()
$table->integer('user_id')->nullable()->index('fk_peers_users1_idx');
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('peers');
}
}
10 changes: 0 additions & 10 deletions database/migrations/2017_12_10_020753_create_permissions_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,4 @@ public function up()
$table->boolean('start_topic');
});
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::drop('permissions');
}
}
Loading

0 comments on commit 157a143

Please sign in to comment.