Skip to content

Commit d792a55

Browse files
committed
remove sql related components from neon_api_keys
1 parent b51cb96 commit d792a55

File tree

16 files changed

+3
-826
lines changed

16 files changed

+3
-826
lines changed

components/neon_api_keys/actions/create-branch/create-branch.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Create Branch",
55
version: "0.0.1",
66
key: "neon_api_keys-create-branch",
7-
description: "Creates a branch in the project. [See the documentation](https://api-docs.neon.tech/reference/createprojectbranch)",
7+
description: "Creates a branch in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranch)",
88
type: "action",
99
props: {
1010
app,

components/neon_api_keys/actions/create-database/create-database.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Create Database",
55
version: "0.0.1",
66
key: "neon_api_keys-create-database",
7-
description: "Creates a database in the project. [See the documentation](https://api-docs.neon.tech/reference/createprojectbranchdatabase)",
7+
description: "Creates a database in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranchdatabase)",
88
type: "action",
99
props: {
1010
app,

components/neon_api_keys/actions/create-project/create-project.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create Project",
66
version: "0.0.1",
77
key: "neon_api_keys-create-project",
8-
description: "Creates a project. [See the documentation](https://api-docs.neon.tech/reference/createproject)",
8+
description: "Creates a project. [See docs here](https://api-docs.neon.tech/reference/createproject)",
99
type: "action",
1010
props: {
1111
app,

components/neon_api_keys/actions/delete-rows/delete-rows.mjs

-75
This file was deleted.

components/neon_api_keys/actions/execute-custom-query/execute-custom-query.mjs

-28
This file was deleted.

components/neon_api_keys/actions/find-row-custom-query/find-row-custom-query.mjs

-60
This file was deleted.

components/neon_api_keys/actions/find-row/find-row.mjs

-77
This file was deleted.

components/neon_api_keys/actions/insert-row/insert-row.mjs

-58
This file was deleted.

0 commit comments

Comments
 (0)