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
|
||||
(project_id
|
||||
,use_contributor_agreements
|
||||
(use_contributor_agreements
|
||||
,submit_type
|
||||
,name)
|
||||
VALUES
|
||||
(nextval('project_id')
|
||||
,'N'
|
||||
('N'
|
||||
,'M'
|
||||
,'new/project');
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
On MySQL use `nextval_project_id()` to obtain the next value in
|
||||
the sequences.
|
||||
|
||||
[[submit_type]]
|
||||
Change Submit Action
|
||||
--------------------
|
||||
|
Reference in New Issue
Block a user