Skip to content

Commit

Permalink
⚰️ Remove unused query in Pause.sq
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Feb 5, 2025
1 parent 69e2f60 commit 902e0ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/sqldelight/br/com/colman/petals/Pause.sq
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ CREATE TABLE Pause(
insert:
INSERT INTO Pause(start_time, end_time, id, is_enabled) VALUES ?;

selectFirst:
SELECT * FROM Pause LIMIT 1;

selectAll:
SELECT * FROM Pause;

Expand Down

0 comments on commit 902e0ec

Please sign in to comment.