Skip to content

Commit d880fa8

Browse files
committed
Added database migration for custom icons
Added database migration for the upcoming custom icons on the Button Editor. See: https://blog.littlelink-custom.com/upcoming-features/ And: https://blog.littlelink-custom.com/progress-of-the-new-button-editor/
1 parent 8fa1aa8 commit d880fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/2021_03_18_082008_create_links_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function up()
2626
$table->foreign('button_id')->references('id')->on('buttons');
2727
$table->timestamps();
2828
$table->text('custom_css')->default('');
29+
$table->text('custom_icon')->default('fa-external-link');
2930
});
3031
}
3132

0 commit comments

Comments
 (0)