mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
DaoにDeleteを追加
This commit is contained in:
parent
749cad231c
commit
70380df8fd
|
@ -52,4 +52,8 @@ public interface VcsLogDao {
|
|||
|
||||
@Update
|
||||
void updateAll(List<VcsLogEntity> vcsLogs);
|
||||
|
||||
// Delete
|
||||
@Query("DELETE FROM vcs_log WHERE id = :id")
|
||||
void deleteById(String id);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user