Skip to content

Commit 1564433

Browse files
committed
Added some screenshots, fixed errors
1 parent e77a801 commit 1564433

File tree

7 files changed

+8
-2
lines changed

7 files changed

+8
-2
lines changed

docs/50-Create a Project/50-create-new-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Screenshot from "@site/src/components/Screenshot";
22

33
# Creating a New Project
44

5-
Ensure Relational Migrator is installed and running (normally at http://127.0.0.1:8080).
5+
Ensure Relational Migrator is installed and running (normally at http://127.0.0.1:8278/).
66

77

88

docs/50-Create a Project/60-connect-database.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ import Screenshot from "@site/src/components/Screenshot";
22

33
# Connect Database
44

5+
## Select PostgreSQL as Database
6+
7+
<Screenshot url="https://www.mongodb.com/products/tools/relational-migrator" src="img/60-image-000.png" alt="Selecting PostgreSQL as Database" />
8+
9+
## Enter connection details
10+
511
Enter the details for the PostgreSQL database you will be migrating from.
612

713
- If your instructor has configured a server for you to use, ask them for the host name, username and password.

docs/80-Edit Mapping Rules/20-edit-mapping-authors-authorbook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ We want to modify the authors collection to include an array of IDs representing
77
- On the MongoDB diagram view, click the `authors` collection
88
- On the relational mappings list on the right, click on the edit icon of `author_book`
99
- Edit the field name from `authorBooks` to just `books`
10-
- In the mapping rule's advanced settings, Check `create array of primitive values`
1110
- In the list of fields, uncheck `authorId`, leaving `bookId` checked
11+
- In the mapping rule's advanced settings, Check `create array of primitive values`
1212
- Click `Save and close`
1313

1414

static/img/100-image-000.png

12.7 KB
Loading

static/img/100-image-001.png

68.9 KB
Loading

static/img/60-image-000.png

136 KB
Loading

static/img/60-image-001.png

176 KB
Loading

0 commit comments

Comments
 (0)