Skip to content

Commit

Permalink
fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 22, 2025
1 parent fa68a28 commit 79b65bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/storage/hub/data_structures/api_secrets.surql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEFINE TABLE api_secrets SCHEMAFULL
PERMISSIONS
FOR select, create, update, delete WHERE user_id = $auth.id
FOR select, create, update, delete WHERE user_id = $auth.id;

DEFINE FIELD user_id ON api_secrets TYPE record<user>;
DEFINE FIELD secret_value ON api_secrets TYPE string;
Expand Down

0 comments on commit 79b65bf

Please sign in to comment.