Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
overbit committed May 13, 2024
2 parents 9147da8 + b35420f commit f62c68d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
INSERT INTO "public"."Category" ("createdAt", "id", "name", "updatedAt", "icon")
VALUES (
NOW(),
'clvmg36on000108ma7qsp45oz',
'Storage',
NOW(),
'folder'
)
ON CONFLICT(id)
DO NOTHING;

0 comments on commit f62c68d

Please sign in to comment.