diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-03-23 15:33:23 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-03-23 15:33:23 -0400 |
| commit | 7e15690d54ff849596401b43d163df9353062850 (patch) | |
| tree | 082557e48a3bb6d38ed077b256348f76ff94f67b /.sqlx/query-3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61.json | |
| parent | 7954fbf8113e4a5ced8b61b49fbf51d353034cba (diff) | |
Rename `user` to `login` at the database.
Diffstat (limited to '.sqlx/query-3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61.json')
| -rw-r--r-- | .sqlx/query-3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.sqlx/query-3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61.json b/.sqlx/query-3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61.json deleted file mode 100644 index 6aab5fc..0000000 --- a/.sqlx/query-3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "db_name": "SQLite", - "query": "\n select count(*) > 0 as \"completed: bool\"\n from login\n ", - "describe": { - "columns": [ - { - "name": "completed: bool", - "ordinal": 0, - "type_info": "Integer" - } - ], - "parameters": { - "Right": 0 - }, - "nullable": [ - false - ] - }, - "hash": "3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61" -} |
