summaryrefslogtreecommitdiff
path: root/.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-05 00:36:53 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-05 00:48:12 -0400
commit142690963c0b297e7e76bd6aca170d016ea261ff (patch)
tree20e21f60117c7abcdee8f77cc7ffa6514de2a395 /.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json
parente1551113323d5a496b826d7b0265b1be6235f45c (diff)
Use sqlx's API, not SQL groveling, to find unwanted migrations.
Diffstat (limited to '.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json')
-rw-r--r--.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json b/.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json
deleted file mode 100644
index 0309783..0000000
--- a/.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "db_name": "SQLite",
- "query": "\n select count(*) as \"exists: bool\"\n from sqlite_master\n where name = '_sqlx_migrations'\n ",
- "describe": {
- "columns": [
- {
- "name": "exists: bool",
- "ordinal": 0,
- "type_info": "Integer"
- }
- ],
- "parameters": {
- "Right": 0
- },
- "nullable": [
- false
- ]
- },
- "hash": "e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7"
-}