mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 06:00:45 +00:00
Fix sqlite database migration
This commit is contained in:
parent
0d107bea4b
commit
1ee9af3772
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ return new class extends Migration
|
|||
public function up(): void
|
||||
{
|
||||
Schema::table('group_posts', function (Blueprint $table) {
|
||||
$table->dropUnique(['status_id']);
|
||||
$table->dropColumn('status_id');
|
||||
$table->dropColumn('reply_child_id');
|
||||
$table->dropColumn('in_reply_to_id');
|
||||
|
|
Loading…
Reference in a new issue