Skip to content

Commit

Permalink
Fix comment typos and remove an outdated todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hristog committed May 8, 2020
1 parent 938cb63 commit 159c63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db/content.sql
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
3 changes: 1 addition & 2 deletions db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 159c63a

Please sign in to comment.