ソースを参照

Remove .sqlx bs

Lee Morgan 2 ヶ月 前
コミット
19f5989aa8

+ 1 - 1
.gitignore

@@ -3,4 +3,4 @@
 *swo
 redoc-static.html
 .env
-*.sqlx
+.sqlx/

+ 0 - 19
.sqlx/query-6f9bc679202420123c9549513241acfe289185a372ac631a4a6ea45d2ba5a9bc.json

@@ -1,19 +0,0 @@
-{
-  "db_name": "PostgreSQL",
-  "query": "\n            INSERT INTO users (id, token, name, email, pass_hash, created_at)\n            VALUES($1, $2, $3, $4, $5, $6)\n            ",
-  "describe": {
-    "columns": [],
-    "parameters": {
-      "Left": [
-        "Uuid",
-        "Uuid",
-        "Text",
-        "Text",
-        "Text",
-        "Timestamptz"
-      ]
-    },
-    "nullable": []
-  },
-  "hash": "6f9bc679202420123c9549513241acfe289185a372ac631a4a6ea45d2ba5a9bc"
-}