almost finish migrate new circumstances

This commit is contained in:
2025-08-24 19:44:36 +09:00
parent 1ba305641e
commit fe5a044c82
67 changed files with 1194889 additions and 467 deletions

8
testdb/README.md Normal file
View 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

30772
testdb/gifuroge.sql Normal file

File diff suppressed because one or more lines are too long

114982
testdb/rogdb.sql Normal file

File diff suppressed because one or more lines are too long