Loading app/Config/Images.php +4 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,10 @@ class Images extends BaseConfig ], ]; public string $avatarDefaultPath = 'castopod-avatar-default.jpg'; public string $avatarDefaultMimeType = 'image/jpg'; public string $podcastBannerDefaultPath = 'castopod-banner-default.jpg'; public string $podcastBannerDefaultMimeType = 'image/jpeg'; Loading app/Database/Migrations/2020-05-29-120000_add_media.php +2 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class AddMedia extends Migration ], 'file_metadata' => [ 'type' => 'JSON', 'nullable' => true, 'null' => true, ], 'type' => [ 'type' => 'ENUM', Loading @@ -46,6 +46,7 @@ class AddMedia extends Migration ], 'description' => [ 'type' => 'TEXT', 'null' => true, ], 'language_code' => [ 'type' => 'VARCHAR', Loading app/Database/Migrations/2020-05-30-101500_add_podcasts.php +0 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ class AddPodcasts extends Migration 'type' => 'INT', 'unsigned' => true, 'null' => true, 'default' => null, ], 'language_code' => [ 'type' => 'VARCHAR', Loading @@ -69,7 +68,6 @@ class AddPodcasts extends Migration 'type' => 'ENUM', 'constraint' => ['clean', 'explicit'], 'null' => true, 'default' => null, ], 'owner_name' => [ 'type' => 'VARCHAR', Loading app/Database/Migrations/2020-06-05-170000_add_episodes.php +0 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,6 @@ class AddEpisodes extends Migration 'type' => 'ENUM', 'constraint' => ['clean', 'explicit'], 'null' => true, 'default' => null, ], 'number' => [ 'type' => 'INT', Loading app/Database/Migrations/2020-06-05-190000_add_platforms.php +0 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,6 @@ class AddPlatforms extends Migration 'type' => 'VARCHAR', 'constraint' => 512, 'null' => true, 'default' => null, ], ]); $this->forge->addField('`created_at` timestamp NOT NULL DEFAULT NOW()'); Loading Loading
app/Config/Images.php +4 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,10 @@ class Images extends BaseConfig ], ]; public string $avatarDefaultPath = 'castopod-avatar-default.jpg'; public string $avatarDefaultMimeType = 'image/jpg'; public string $podcastBannerDefaultPath = 'castopod-banner-default.jpg'; public string $podcastBannerDefaultMimeType = 'image/jpeg'; Loading
app/Database/Migrations/2020-05-29-120000_add_media.php +2 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class AddMedia extends Migration ], 'file_metadata' => [ 'type' => 'JSON', 'nullable' => true, 'null' => true, ], 'type' => [ 'type' => 'ENUM', Loading @@ -46,6 +46,7 @@ class AddMedia extends Migration ], 'description' => [ 'type' => 'TEXT', 'null' => true, ], 'language_code' => [ 'type' => 'VARCHAR', Loading
app/Database/Migrations/2020-05-30-101500_add_podcasts.php +0 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ class AddPodcasts extends Migration 'type' => 'INT', 'unsigned' => true, 'null' => true, 'default' => null, ], 'language_code' => [ 'type' => 'VARCHAR', Loading @@ -69,7 +68,6 @@ class AddPodcasts extends Migration 'type' => 'ENUM', 'constraint' => ['clean', 'explicit'], 'null' => true, 'default' => null, ], 'owner_name' => [ 'type' => 'VARCHAR', Loading
app/Database/Migrations/2020-06-05-170000_add_episodes.php +0 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,6 @@ class AddEpisodes extends Migration 'type' => 'ENUM', 'constraint' => ['clean', 'explicit'], 'null' => true, 'default' => null, ], 'number' => [ 'type' => 'INT', Loading
app/Database/Migrations/2020-06-05-190000_add_platforms.php +0 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,6 @@ class AddPlatforms extends Migration 'type' => 'VARCHAR', 'constraint' => 512, 'null' => true, 'default' => null, ], ]); $this->forge->addField('`created_at` timestamp NOT NULL DEFAULT NOW()'); Loading