Skip to content
Snippets Groups Projects
Commit 13be3868 authored by Benjamin Bellamy's avatar Benjamin Bellamy :speech_balloon: Committed by Yassine Doghri
Browse files

fix: minor corrections

parent ec92e65a
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ class AddCategories extends Migration
'code' => [
'type' => 'VARCHAR',
'constraint' => 1024,
'unique' => true,
],
'apple_category' => [
'type' => 'VARCHAR',
......
......@@ -38,7 +38,6 @@ class AddPodcasts extends Migration
],
'description' => [
'type' => 'TEXT',
'null' => true,
'comment' =>
'The show description. Where description is text containing one or more sentences describing your podcast to potential listeners. The maximum amount of text allowed for this tag is 4000 characters. To include links in your description or rich HTML, adhere to the following technical guidelines: enclose all portions of your XML that contain embedded HTML in a CDATA section to prevent formatting issues, and to ensure proper link functionality.',
],
......@@ -126,7 +125,7 @@ class AddPodcasts extends Migration
'custom_html_head' => [
'type' => 'TEXT',
'comment' =>
'The HTML code that will be added to evey page for this podcast. (You could add Google Analytics tracking code here for instance.)',
'The HTML code that will be added to every page for this podcast. (You could add Google Analytics tracking code here for instance.)',
'null' => true,
],
'created_at' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment