aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9.json
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-14 18:33:10 +0200
committerrtkay123 <dev@kanjala.com>2025-08-14 18:33:10 +0200
commit19871c1924a8569df741d4bf5f63943b6b646c16 (patch)
tree8ec72ec271ef8d815c64929dbf6e2ba0b4f3b6a6 /.sqlx/query-7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9.json
parent5eed2d7a4a919b3583017aa9a65089673bce87db (diff)
downloadwarden-19871c1924a8569df741d4bf5f63943b6b646c16.tar.bz2
warden-19871c1924a8569df741d4bf5f63943b6b646c16.zip
feat(config): rule http
Diffstat (limited to '.sqlx/query-7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9.json')
-rw-r--r--.sqlx/query-7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/.sqlx/query-7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9.json b/.sqlx/query-7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9.json
new file mode 100644
index 0000000..7ecea18
--- /dev/null
+++ b/.sqlx/query-7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9.json
@@ -0,0 +1,41 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "\n delete from rule\n where id = $1 and version = $2\n returning id, uuid, version, configuration as \"configuration: sqlx::types::Json<RuleConfiguration>\"\n ",
+ "describe": {
+ "columns": [
+ {
+ "ordinal": 0,
+ "name": "id",
+ "type_info": "Text"
+ },
+ {
+ "ordinal": 1,
+ "name": "uuid",
+ "type_info": "Uuid"
+ },
+ {
+ "ordinal": 2,
+ "name": "version",
+ "type_info": "Text"
+ },
+ {
+ "ordinal": 3,
+ "name": "configuration: sqlx::types::Json<RuleConfiguration>",
+ "type_info": "Jsonb"
+ }
+ ],
+ "parameters": {
+ "Left": [
+ "Text",
+ "Text"
+ ]
+ },
+ "nullable": [
+ true,
+ false,
+ true,
+ false
+ ]
+ },
+ "hash": "7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9"
+}