Skip to content

Commit

Permalink
case search includes lawyer and assistant. issue #2684
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Nov 19, 2024
1 parent d709984 commit fe6d438
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
alter table cases add index `IDX_LAWYER` (lawyer);
alter table cases add index `IDX_ASSISTANT` (assistant);

insert into server_settings(settingKey, settingValue) values('jlawyer.server.database.version','3.0.0.2') ON DUPLICATE KEY UPDATE settingValue = '3.0.0.2';
commit;

0 comments on commit fe6d438

Please sign in to comment.