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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,14 @@ $ ./clean.sh
56
56
> NOTE: In some cases that some containers are not cleaned/removed you need to restart, stopped or kill your docker process in your system or manually remove those images/containers.
57
57
58
58
59
-
#### Database seeeding
60
-
Incase if you add and seed the database you run this script only if mysql db server (or after the exeucution of ./start.sh) is up and running
59
+
#### Seeding
60
+
Incase if you add and seed the database you run this script only if mysql db server (or after the exeucution of ./start.sh) is up and running.
61
+
61
62
```bash
62
63
$ ./seed.sh
63
64
```
65
+
> NOTE: Its important to remember that if you already have an existing data that have the same ID's from the seed data, the seeding will fail. Unless the existing data is delete or removed.
0 commit comments