Commit 6774ec10 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(episodes-table): set descriptions to be not null

parent 3f4a6bd0
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -64,11 +64,9 @@ class AddEpisodes extends Migration
            ],
            'description_markdown' => [
                'type' => 'TEXT',
                'null' => true,
            ],
            'description_html' => [
                'type' => 'TEXT',
                'null' => true,
            ],
            'image_uri' => [
                'type' => 'VARCHAR',
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration
                'type' => 'VARCHAR',
                'constraint' => 191,
            ],

            'hits' => [
                'type' => 'INT',
                'unsigned' => true,