[AB-xxx] typo change

java doc update
removal of todo
This commit is contained in:
Sheldan
2024-05-31 01:11:35 +02:00
parent 336c3d0bd8
commit 388fead2a6
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<property name="modmailModule" value="(SELECT id FROM module WHERE name = 'modmail')"/>
<property name="modmailFeature" value="(SELECT id FROM feature WHERE key = 'modmail')"/>
<changeSet author="Sheldan" id="modmail_denyModmailAppeal_commands">
<changeSet author="Sheldan" id="modmail_denyModmailAppeal_command">
<insert tableName="command">
<column name="name" value="denyModmailAppeal"/>
<column name="module_id" valueComputed="${modmailModule}"/>