Skip to content

Commit

Permalink
added filename template for emails. #2246
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 2, 2024
1 parent 1c39e9f commit bd973a5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
insert into document_name_tpls (id, display_name, schema_syntax, default_tpl) values ('email-tpl','E-Mail','[yyyy]-[mm]-[dd]_[HH][MM]_DATEINAME',1);
insert into server_settings(settingKey, settingValue) values('jlawyer.server.database.version','2.7.0.16') ON DUPLICATE KEY UPDATE settingValue = '2.7.0.16';
commit;

0 comments on commit bd973a5

Please sign in to comment.