Skip to content

Commit

Permalink
Merge pull request #16 from ledgerleapllc/staging
Browse files Browse the repository at this point in the history
Staging to prod
  • Loading branch information
ledgerleapllc authored Apr 29, 2022
2 parents 1954bfe + bbbb7df commit 06ef188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function up()
Schema::table('profile', function ($table) {
$table->string('casper_association_kyc_hash')->nullable();
$table->string('blockchain_name')->nullable();
$table->string('blockchain_desc')->nullable();
$table->text('blockchain_desc')->nullable();
});
}

Expand Down

0 comments on commit 06ef188

Please sign in to comment.