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:
parent
176af7c232
commit
f845d05eb5
3 changed files with 7 additions and 1 deletions
|
@ -10,4 +10,3 @@
|
|||
|
||||
\i beta5/00-beta5.sql
|
||||
\i beta5/10-beta5-b5.sql
|
||||
\i beta5/11-beta5-b5m0.sql
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
\i 13-main-proxy.sql
|
||||
\i 18-main-functions.sql
|
||||
\i 19-main-values.sql
|
||||
\i 20-credits.sql
|
||||
\i 25-ctf-maps.sql
|
||||
\i 25-death-of-rats.sql
|
||||
\i 25-predefined-alliances.sql
|
||||
\i 30-beta5.sql
|
||||
\i 50-beta6-planet-pictures.sql
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue