documentation: Remove mention of mysql_nextval.sql script
This script should be automatically executed by the init task when
it creates the database schema.
Change-Id: Iaa7d5dfc3f0fabc8973497d67e6ec96af92b3657
Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/Documentation/project-setup.txt b/Documentation/project-setup.txt
index 251c8de..fd584ba 100644
--- a/Documentation/project-setup.txt
+++ b/Documentation/project-setup.txt
@@ -69,9 +69,8 @@
====
[NOTE]
-On MySQL use `nextval_project_id()` to obtain the next value in the
-sequences. This is contained in the `sql/mysql_nextval.sql` script,
-available from `java -jar gerrit.war --cat sql/mysql_nextval.sql`.
+On MySQL use `nextval_project_id()` to obtain the next value in
+the sequences.
[[submit_type]]
Change Submit Action