Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
USED255 committed Feb 2, 2024
1 parent d9baad3 commit af02db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/test_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CREATE TABLE "clipboard_items" (
"clipboard_item_hash" text UNIQUE,
"clipboard_item_data" text,
PRIMARY KEY ("id")
)
);
INSERT INTO "main"."clipboard_items" (
"id",
"created_at",
Expand Down

0 comments on commit af02db6

Please sign in to comment.