2018-06-12 17:08:26 +00:00
|
|
|
/*
|
2020-05-08 12:40:04 +00:00
|
|
|
This file contains initial content for tables.
|
2018-06-12 17:08:26 +00:00
|
|
|
|
|
|
|
The table must be first defined in schema.sql before any content
|
|
|
|
is added!
|
|
|
|
*/
|
2018-09-17 16:58:31 +00:00
|
|
|
insert into consent_type (shortname, description, enabled, project_specific, privacypref)
|
|
|
|
values ('ENROLL', 'General terms-of-use for this BOINC project.', 0, 0, 0),
|
|
|
|
('STATSEXPORT', 'Do you consent to exporting your data to BOINC statistics aggregation Web sites?', 0, 0, 1);
|