refactor(migration): remove unnecessary index on team_id in cloud_init_scripts table
This commit is contained in:
parent
e97222aef2
commit
6fc8570551
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ public function up(): void
|
|||
$table->string('name');
|
||||
$table->text('script'); // Encrypted in the model
|
||||
$table->timestamps();
|
||||
|
||||
$table->index('team_id');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue