You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start by creating a new folder in the root directory named migration—this is where we’ll place all our migrations. We’ll need to create an empty migration file to represent the initial import that we did in step 1. Create 1.js and include the following code:
The script expects the folder to be called migrations (plural).
The text was updated successfully, but these errors were encountered:
There is a small error-causing typo in Step 4 of the CI tutorial:
https://www.contentful.com/developers/docs/tutorials/general/continuous-integration-with-circleci/
The script expects the folder to be called
migrations
(plural).The text was updated successfully, but these errors were encountered: