mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix users table migration, make notes nullable
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-03-13 DariusIII
|
||||
* Chg: Fix users table migration, make notes nullable
|
||||
* Chg: Update fetchOmdbAPIProperties function - use null coalescing operator
|
||||
* Chg: Update handling of data received from Trakt.tv in Movie class
|
||||
* Chg: Update nesbot/carbon to latest version
|
||||
|
||||
@@ -47,7 +47,7 @@ class CreateUsersTable extends Migration {
|
||||
$table->string('nzbvortex_api_key', 10)->nullable();
|
||||
$table->string('nzbvortex_server_url')->nullable();
|
||||
$table->string('userseed', 50);
|
||||
$table->string('notes');
|
||||
$table->string('notes')->nullable();
|
||||
$table->string('cp_url')->nullable();
|
||||
$table->string('cp_api')->nullable();
|
||||
$table->string('style')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user