mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-05 15:56:44 +02:00
fix(episodes-table): set descriptions to be not null
This commit is contained in:
parent
3f4a6bd0b9
commit
6774ec10fa
2 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue