-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
email signature now text instead of varchar - may hold more data. close
- Loading branch information
1 parent
86bbb3f
commit c398144
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
j-lawyer-server-entities/src/java/db/migration/V2_6_0_3__ModifyMailboxSetupSignature.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
alter table mailbox_setup modify emailSignature TEXT default null; | ||
insert into server_settings(settingKey, settingValue) values('jlawyer.server.database.version','2.6.0.3') ON DUPLICATE KEY UPDATE settingValue = '2.6.0.3'; | ||
commit; |