From 16f81ae69c8102a40a111f872224f5ebb51c1e87 Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Mon, 5 Oct 2015 10:42:09 -0700 Subject: [PATCH] LPS-59089 match order in table creation --- sql/update-6.0.6-6.1.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/update-6.0.6-6.1.0.sql b/sql/update-6.0.6-6.1.0.sql index 11953071f778bf..15252fb8f4b9c3 100644 --- a/sql/update-6.0.6-6.1.0.sql +++ b/sql/update-6.0.6-6.1.0.sql @@ -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 (