summaryrefslogtreecommitdiffstats
path: root/database/scripts/README
diff options
context:
space:
mode:
Diffstat (limited to 'database/scripts/README')
-rw-r--r--database/scripts/README10
1 files changed, 1 insertions, 9 deletions
diff --git a/database/scripts/README b/database/scripts/README
index 7b193cc..e287f56 100644
--- a/database/scripts/README
+++ b/database/scripts/README
@@ -1,4 +1,4 @@
-STEP 1: Set up the pg_hba.conf file like this:
+STEP 1: Set up the pg_hba.conf file something like this:
--- BEGIN --------------------------------------------------------------
[...]
@@ -26,11 +26,3 @@ host bm bmuser 172.24.90.79/32 trust # barbarella (jaspli
STEP 2: Run the reset.py script to initialize an empty database.
-
-
-STEP 3: Run the reset-ranking.py script to initialize an empty 'ranking'
- table.
-
- NOTE: For now this is kept as a separate script in order not
- to affect other tables. When the ranking feature has matured,
- everything should be merged into the reset.py script.