[License module] Fix casing in licenses, allow multiple uploads properly handle dirty states in frontend
This commit is contained in:
@@ -18,7 +18,7 @@ public function up(): void
|
||||
$table->string('product');
|
||||
$table->string('version');
|
||||
$table->boolean('is_perpetual');
|
||||
$table->string('expiration_date')->nullable();;
|
||||
$table->string('expiration_date')->nullable();
|
||||
$table->string('signature');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user