mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
Added tag endpoints
This commit is contained in:
@@ -23,6 +23,8 @@ return new class extends Migration
|
||||
->cascadeOnUpdate()
|
||||
->restrictOnDelete();
|
||||
$table->timestamps();
|
||||
|
||||
$table->index('created_at');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -45,6 +45,10 @@ return new class extends Migration
|
||||
->restrictOnDelete();
|
||||
$table->jsonb('tags')->nullable();
|
||||
$table->timestamps();
|
||||
|
||||
$table->index('start');
|
||||
$table->index('end');
|
||||
$table->index('billable');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user