index
:
candlepin.git
attr
attr_model
cert_model
master
Unnamed repository; edit this file to name it for gitweb.
Adrian Likins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
proxy
/
code
/
schema
/
postgresql
/
populate-defaults.sql
blob: 1fa0cdf7db80288b18c06b7284fb00492a49f1c6 (
plain
)
1
insert into
cp_consumer_type
(
id
,
label
)
values
(
NEXTVAL
(
'SEQ_CONSUMER_TYPE'
),
'system'
);