Skip to content

Commit

Permalink
SAK-48405 Samigo Forums cleanup SQL errors on clean database startup (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored Feb 14, 2023
1 parent d61471d commit 555c47c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,5 @@
<create>create index MFR_UNREAD_READ_C_ID on MFR_UNREAD_STATUS_T (READ_C)</create>
<drop></drop>
</database-object>

<database-object>
<create>create index MFR_UNREAD_STATUS_I2 on MFR_UNREAD_STATUS_T (MESSAGE_C, USER_C, READ_C)</create>
<drop></drop>
</database-object>
</hibernate-mapping>

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@

-- Add indexes for improved performance and reduced locking.
create index SAM_ASSGRAD_AID_PUBASSEID_T on SAM_ASSESSMENTGRADING_T (AGENTID,PUBLISHEDASSESSMENTID);
create index SAM_ITEMGRADING_ITEM_I on SAM_ITEMGRADING_T (PUBLISHEDITEMID);
create index SAM_ITEMGRADING_ITEMTEXT_I on SAM_ITEMGRADING_T (PUBLISHEDITEMTEXTID);
create index SAM_ITEMGRADING_PUBANS_I on SAM_ITEMGRADING_T (PUBLISHEDANSWERID);

0 comments on commit 555c47c

Please sign in to comment.