fix: fix initial DB creation

Do not create the DB for a match, and add missing tables for the main
game.
This commit is contained in:
Emmanuel BENOîT 2024-12-31 00:33:47 +01:00
parent 176af7c232
commit f845d05eb5
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
3 changed files with 7 additions and 1 deletions

View file

@ -30,6 +30,7 @@ SET search_path="b5",main,public;
\i beta5/structure/01-player-rules.sql
\i beta5/structure/01-message-base.sql
\i beta5/structure/02-alliance-forums.sql
\i beta5/structure/02-alliance-tech.sql
\i beta5/structure/02-orders.sql
\i beta5/structure/02-warehouse.sql
\i beta5/structure/03-fleets.sql
@ -37,6 +38,9 @@ SET search_path="b5",main,public;
\i beta5/structure/05-message-player.sql
\i beta5/structure/06-message-internal.sql
\i beta5/structure/06-message-battle.sql
\i beta5/structure/07-message-admin.sql
\i beta5/structure/07-beacons.sql
\i beta5/structure/10-prot-tables.sql
\i beta5/structure/99-player-fk.sql
-- Include the file containing the game's read-only data