almost finish migrate new circumstances
This commit is contained in:
8
testdb/README.md
Normal file
8
testdb/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
1. 現状の DB ロード
|
||||
|
||||
docker compose exec postgres-db psql -h localhost -p 5432 -U admin -d rogdb -f /testdb/rogdb.sql
|
||||
docker compose exec postgres-db psql -h localhost -p 5432 -U admin -d gifuroge -f /testdb/gifuroge.sql
|
||||
|
||||
2. 操作
|
||||
|
||||
docker compose exec postgres-db psql -h localhost -p 5432 -U admin -d rogdb
|
||||
Reference in New Issue
Block a user