Skip to content

Commit

Permalink
MC test script and carriage return test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria committed Sep 18, 2024
1 parent a8b3477 commit 79e0144
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Contentful-Schema/migrations/0009-maria-test.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = async function (migration) {
const contentType = migration
.createContentType("maria-test")
.name("Maria Test Content Type")
.description("A dummy content type used for testing migration flow")
.displayField("title");
contentType.createField("title").name("Title").type("Symbol");
};
3 changes: 2 additions & 1 deletion Contentful-Schema/migrations/manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
0005-create-employer-standards-page-category.cjs
0006-accordion-component.cjs
0007-add-header-field-to-navigation-menu.cjs
0008-details-component.cjs
0008-details-component.cjs
0009-maria-test.cjs
Binary file modified Contentful-Schema/migrations/migrations.tar.gz
Binary file not shown.

0 comments on commit 79e0144

Please sign in to comment.