Skip to content

Commit

Permalink
LPS-59089 match order in table creation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 5, 2015
1 parent 866b5cc commit 16f81ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/update-6.0.6-6.1.0.sql
Expand Up @@ -541,8 +541,8 @@ create table ResourceBlockPermission (

drop index IX_8D83D0CE on ResourcePermission;

alter table ResourcePermission add ownerId LONG;
alter table ResourcePermission add primKeyId LONG;
alter table ResourcePermission add ownerId LONG;
alter table ResourcePermission add viewActionId BOOLEAN;

create table ResourceTypePermission (
Expand Down

0 comments on commit 16f81ae

Please sign in to comment.