]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - README
Align weapon codes with what is emitted in the stats code.
[xonotic/xonstatdb.git] / README
diff --git a/README b/README
index e2d44b7e07544884a39b8bd9575f337e1e9b017b..1a591bb431f90d82e390da90c6e36684795af8dd 100644 (file)
--- a/README
+++ b/README
@@ -19,20 +19,19 @@ Next, create the database itself:
 
 Create the schema in which all of the xonstat tables will reside:
 
-CREATE SCHEMA xonstat
+    CREATE SCHEMA xonstat
        AUTHORIZATION xonstat;
 
 Navigate to the 'build' directory. Log into the database as the 
 admin user created above and issue the following to build the
 initial tables:
 
-    TODO
+    \i build/build_full.sql
+
+    *Note: You will see a lot of NOTICE messages. This is normal.
 
 TODO:
 
 - Define indexes
 - Audit report SQL to verify index usage 
-- Review datatypes to ensure no truncation occurs. 
-- Review plurality in table names
-- Review for usage of serial datatypes in foreign keys
-- Review regular serials vs bigserials
+- ? Partition games, player_game_stats, player_weapon_stats via inheritance