Skip to content

Commit

Permalink
Merge pull request #24 from pdinc-oss/roller-5.2.0-final-bugfix-ROL-2129
Browse files Browse the repository at this point in the history
bugfix ROL-2129
  • Loading branch information
snoopdave authored Feb 23, 2019
2 parents ab235cc + 81257f6 commit 0cac5fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/resources/sql/400-to-500-migration.vm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ create table roller_oauthconsumer (
username varchar(48)
);
create index oc_username_idx on roller_oauthconsumer( username$!db.INDEXSIZE );
create index oc_consumerkey_idx on roller_oauthconsumer( consumerkey$!db.INDEXSIZE );

-- each record is an OAuth accessor, always tied to just one user
create table roller_oauthaccessor (
Expand Down
1 change: 0 additions & 1 deletion app/src/main/resources/sql/createdb.vm
Original file line number Diff line number Diff line change
Expand Up @@ -508,4 +508,3 @@ alter table autoping add constraint ap_pingtargetid_fk
-- oauth indexes

create index oc_username_idx on roller_oauthconsumer( username$!db.INDEXSIZE );
create index oc_consumerkey_idx on roller_oauthconsumer( consumerkey$!db.INDEXSIZE );

0 comments on commit 0cac5fd

Please sign in to comment.