Cron Jobs, Reminder, Fonts, Members / Wizard / Price, Credit and Promotion

This commit is contained in:
Kevin Adametz 2023-01-25 12:42:41 +01:00
parent a0f4eda6ea
commit 6167273a48
204 changed files with 8746 additions and 215 deletions

View file

@ -21,6 +21,7 @@ class CreateUserLevelsTable extends Migration
$table->text('content')->nullable();
$table->text('trans_content')->nullable();
$table->boolean('payment_year')->default(true);
$table->boolean('partner_provision')->default(false);
$table->tinyInteger('pos')->unsigned()->nullable();