Add images

This commit is contained in:
Timothy Sehn
2022-06-10 15:27:29 -07:00
parent bee8457cd3
commit 26f08cd870
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -499,11 +499,11 @@ Hate the command line? Let's use [Tableplus](https://tableplus.com/) to make som
Now, to connect you must select MySQL as the connection type. Then enter a name for your connection, `getting_started` as your database, and `root` as your user.
![Tableplus Connection](../images/getting-started-tp-connect.png)
![Tableplus Connection](./docs/getting-started-tp-connect.png)
Click connect and you'll be presented with a familiar database workbench GUI.
![Tableplus](../images/getting-started-tp.png)
![Tableplus](./docs/getting-started-tp.png)
## Make changes on a branch
@@ -522,7 +522,7 @@ call dolt_commit('-am', 'Modifications on a branch')
Here's the result in Tableplus.
![New Updates](../images/getting-started-new-updates.png)
![New Updates](./docs/getting-started-new-updates.png)
Back in my terminal, I cannot see the table modifications made in Tableplus because they happened on a different branch than the one I have checked out in my session.
Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB