documentation: Remove project_id from manual insert

We no longer have this column in our schema.

Change-Id: Id79c64c94c44cb388509da431d02b8292423e94a
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-01-14 07:59:41 -08:00
parent 9ec7c70d17
commit c3d615eae9

View File

@@ -57,21 +57,15 @@ for a project named `project`.
==== ====
INSERT INTO projects INSERT INTO projects
(project_id (use_contributor_agreements
,use_contributor_agreements
,submit_type ,submit_type
,name) ,name)
VALUES VALUES
(nextval('project_id') ('N'
,'N'
,'M' ,'M'
,'new/project'); ,'new/project');
==== ====
[NOTE]
On MySQL use `nextval_project_id()` to obtain the next value in
the sequences.
[[submit_type]] [[submit_type]]
Change Submit Action Change Submit Action
-------------------- --------------------