c-3lab / StarSeeker

FIWAREのデータを様々な形式で表示・管理が行えるプラットフォーム
GNU Affero General Public License v3.0
2 stars 5 forks source link

Setup StarSeeker tables in postgres automatically and 2 bugs are fixed #7

Closed mkyutani closed 2 years ago

mkyutani commented 2 years ago
  1. Setup tables automatically by postgres:/docker-entrypoint-initdb.d/10-setup-starseeker-tables.sh.
  2. Converted geo:polygon value (list of strings) to list of flost since 895f7cb25456ad015b76cb359fa533ab8a29a7db.
  3. Unmatched lengths of tables between postgres DDLs and db entities in backend server.
mkyutani commented 2 years ago

If you try 4975db799aad6b4687a69e8c44e52efc971d3701 in dirty environments, you should remove database volume beforehand.

docker volume rm starseeker_postgres-db