mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix(episodes-table): set descriptions to be not null
This commit is contained in:
parent
3f4a6bd0b9
commit
6774ec10fa
@ -64,11 +64,9 @@ class AddEpisodes extends Migration
|
||||
],
|
||||
'description_markdown' => [
|
||||
'type' => 'TEXT',
|
||||
'null' => true,
|
||||
],
|
||||
'description_html' => [
|
||||
'type' => 'TEXT',
|
||||
'null' => true,
|
||||
],
|
||||
'image_uri' => [
|
||||
'type' => 'VARCHAR',
|
||||
|
@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration
|
||||
'type' => 'VARCHAR',
|
||||
'constraint' => 191,
|
||||
],
|
||||
|
||||
'hits' => [
|
||||
'type' => 'INT',
|
||||
'unsigned' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user