Delete old field

This commit is contained in:
Le Libre Au Quotidien 2020-11-23 10:35:16 +01:00
parent e160fd6038
commit 083d0e7c29
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class CreateContentsTable extends Migration
$table->text('path');
$table->text('creator');
$table->text("licence");
$table->text("pubkey");
$table->timestamps();
});
}