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:
@@ -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
|
||||||
--------------------
|
--------------------
|
||||||
|
Reference in New Issue
Block a user