From ada1f551a1b3e99055959437e924f6fed4d5e662 Mon Sep 17 00:00:00 2001
From: Robert Ricci <ricci@cs.utah.edu>
Date: Mon, 1 Jul 2002 21:46:47 +0000
Subject: [PATCH] Added not about filling database with database-fill.sql

---
 doc/setup-db.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/setup-db.txt b/doc/setup-db.txt
index 4decc66970..12d0481caa 100644
--- a/doc/setup-db.txt
+++ b/doc/setup-db.txt
@@ -18,6 +18,10 @@ sql subdirectory of the testbed tree, like so:
 mysqladmin create tbdb
 mysql tbdb < sql/database-create.sql
 
+Also, you can fill some default values into some of the tables with:
+
+mysql tbdb < sql/database-fill.sql
+
 ##### Step 1 - Setup users
 
 At this point, it's a good idea to get the nfs mounts between boss and ops
-- 
GitLab