mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
Added telescope, basic project endpoint, basic filament resources, GitHub actions
This commit is contained in:
@@ -27,6 +27,6 @@ return new class extends Migration
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('teams');
|
||||
Schema::dropIfExists('organizations');
|
||||
}
|
||||
};
|
||||
|
||||
@@ -29,6 +29,6 @@ return new class extends Migration
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('team_user');
|
||||
Schema::dropIfExists('organization_user');
|
||||
}
|
||||
};
|
||||
|
||||
@@ -31,6 +31,6 @@ return new class extends Migration
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('team_invitations');
|
||||
Schema::dropIfExists('organization_invitations');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user