Skip to content

Commit

Permalink
Remove silly docstring on get-files* hugsql function
Browse files Browse the repository at this point in the history
[Re #1543]
  • Loading branch information
lucassousaf committed Aug 9, 2023
1 parent 19d5400 commit dc97d02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/gpml/db/file.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ DELETE FROM file
WHERE id = :id;

-- :name get-files* :query :many
-- :doc asasa
SELECT *
FROM file
WHERE 1=1
Expand Down

0 comments on commit dc97d02

Please sign in to comment.