diff --git a/db/content.sql b/db/content.sql index ec2a0059bd..1ca255791b 100644 --- a/db/content.sql +++ b/db/content.sql @@ -1,5 +1,5 @@ /* - This file contants inital content for any tables. + This file contains initial content for tables. The table must be first defined in schema.sql before any content is added! diff --git a/db/schema.sql b/db/schema.sql index a3d4daea31..ce8606aa5b 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -370,7 +370,7 @@ create table user_submit_app ( app_id integer not null, manage tinyint not null, -- can - -- create/deprecated app versions of this app + -- create/deprecate app versions of this app -- grant/revoke permissions (except admin) this app -- abort their jobs primary key (user_id, app_id) @@ -816,7 +816,6 @@ create table consent ( primary key (id) ) engine=InnoDB; --- @todo - change 'protect' to 'project_specific' create table consent_type ( id integer not null auto_increment, shortname varchar(255) not null,