|
@@ -16,4 +16,7 @@ Populate database with tables :
|
|
|
`psql -d logistics -f SQL/create_tables.sql postgres`
|
|
|
|
|
|
Populate tables with sample data :
|
|
|
-`psql -d logistics -f SQL/populate_tables.sql postgres`
|
|
|
+`psql -d logistics -f SQL/populate_tables.sql postgres`
|
|
|
+
|
|
|
+If needed you can adapt the password of postgres user (or any user you want) :
|
|
|
+`psql -c "alter user postgres password 'postgres_password'"`
|