feat:移除了弹窗,服务器添加sls

This commit is contained in:
2026-09-08 22:39:45 +08:00
commit 6a295f9a7a
4082 changed files with 1322534 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"db_name": "SQLite",
"query": "\n SELECT path AS \"path!: String\",\n game_dir_override AS \"game_dir_override?: String\"\n FROM instances\n WHERE id = ?\n ",
"describe": {
"columns": [
{
"name": "path!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "game_dir_override?: String",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
true
]
},
"hash": "014d584fdb65e90f958426e9eba173d10dc5df408afae578dbcd40907836ef64"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT COUNT(*) AS \"count!: i64\" FROM sqlite_master WHERE type = 'table' AND name IN ('custom_minecraft_skins', 'minecraft_users')",
"describe": {
"columns": [
{
"name": "count!: i64",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "01d62695f1845e5258d7e39fd80a61cff39b759f832b89e6491d29dc51c18714"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\t\t\tUPDATE instance_content_entries\n\t\t\t\tSET file_id = ?, modified_at = ?\n\t\t\t\tWHERE instance_id = ? AND file_id = ?\n\t\t\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "028eb6e4c6e87388ea7a371bd7b41e2b10c828ab93140f6d9091fbc76e03cdec"
}

View File

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT host, port, join_time\n\t\tFROM join_log\n\t\tWHERE instance_id = ?\n\t\t",
"describe": {
"columns": [
{
"name": "host",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "port",
"ordinal": 1,
"type_info": "Integer"
},
{
"name": "join_time",
"ordinal": 2,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false
]
},
"hash": "04f5865f385587a5549968435989a86ebcae5a03e52e90d9b0f08f1c4263b4c8"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tDELETE FROM instance_groups\n\t\tWHERE instance_id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "073e4c6fbf434f94c8015076b50c099d57f217b4c1f4a63761b5e07129eb1f84"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT group_name\n\t\tFROM instance_groups\n\t\tWHERE instance_id = ?\n\t\tORDER BY group_name\n\t\t",
"describe": {
"columns": [
{
"name": "group_name",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "0812e019f53d81d527ea15cbf7a6416ad15182131cfb6de3f2dab153c74a553c"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM custom_minecraft_skins WHERE minecraft_user_uuid = ? AND texture_key = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "08908e54884b79705500501389344f3dc52fc81d34b0e9a44f5b9bede487cfa6"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO instances (\n\t\t\tid,\n\t\t\tpath,\n\t\t\tapplied_content_set_id,\n\t\t\tinstall_stage,\n\t\t\tlauncher_feature_version,\n\t\t\tupdate_channel,\n\t\t\tname,\n\t\t\ticon_path,\n\t\t\tsymlink_target,\n\t\t\tgame_dir_override,\n\t\t\tcreated,\n\t\t\tmodified,\n\t\t\tlast_played,\n\t\t\tpinned_at,\n\t\t\tsubmitted_time_played,\n\t\t\trecent_time_played\n\t\t)\n\t\tVALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 16
},
"nullable": []
},
"hash": "0aaa7ebd81f3e5a5a5370cc0f25f16de34de4d3f377187ae7b175ee0183d0513"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n INSERT INTO minecraft_device_tokens (id, uuid, private_key, x, y, issue_instant, not_after, token, display_claims)\n VALUES (0, $1, $2, $3, $4, $5, $6, $7, $8)\n ON CONFLICT (id) DO UPDATE SET\n uuid = $1,\n private_key = $2,\n x = $3,\n y = $4,\n issue_instant = $5,\n not_after = $6,\n token = $7,\n display_claims = jsonb($8)\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 8
},
"nullable": []
},
"hash": "0cfb12e0553411b01b721d1c38ef27acd240bb2ff3e07dee962bf67e20f81f36"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE custom_minecraft_skins SET display_order = display_order + 1 WHERE minecraft_user_uuid = ? AND display_order >= ?",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "11875ae76d8a61099dff08e9792fd6f231ecffd45315ed2b76253d02bbd531ff"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n UPDATE minecraft_users\n SET active = FALSE\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 0
},
"nullable": []
},
"hash": "12f8b2b9f0acca2ea29aa6a77266b2b27efc6a0433bab1d4bbe10c69fd417494"
}

View File

@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "\n SELECT\n id, active, session_id, expires\n FROM modrinth_users\n WHERE active = TRUE\n ",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "active",
"ordinal": 1,
"type_info": "Integer"
},
{
"name": "session_id",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "expires",
"ordinal": 3,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
false
]
},
"hash": "18881c0c2ec1b0cc73fa13b4c242dfc577061b92479ce96ffb30a457939b5ffe"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT display_order FROM custom_minecraft_skins WHERE minecraft_user_uuid = ? AND texture_key = ?",
"describe": {
"columns": [
{
"name": "display_order",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "18f04a0f6c262995b5f1eee10c2c5a396443ead9a9e295f6eea0986e40d65449"
}

View File

@ -0,0 +1,68 @@
{
"db_name": "SQLite",
"query": "\n\t\t\tSELECT\n\t\t\t\tid AS \"id!: String\",\n\t\t\t\tinstance_id,\n\t\t\t\tkind AS \"kind!: String\",\n\t\t\t\tstatus AS \"status!: String\",\n\t\t\t\tstate AS \"state!: String\",\n\t\t\t\tcreated AS \"created!: i64\",\n\t\t\t\tmodified AS \"modified!: i64\",\n\t\t\t\tfinished,\n\t\t\t\tdismissed AS \"dismissed!: i64\"\n\t\t\tFROM install_jobs\n\t\t\tWHERE dismissed = 0\n\t\t\tORDER BY created ASC\n\t\t\t",
"describe": {
"columns": [
{
"name": "id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "instance_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "kind!: String",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "status!: String",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "state!: String",
"ordinal": 4,
"type_info": "Null"
},
{
"name": "created!: i64",
"ordinal": 5,
"type_info": "Integer"
},
{
"name": "modified!: i64",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "finished",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "dismissed!: i64",
"ordinal": 8,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
true,
false,
false,
false,
false,
false,
true,
false
]
},
"hash": "1dd81b3ad9385bee89722711f41056178bd088841064a4b3086cdcf2458632ad"
}

View File

@ -0,0 +1,86 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT *\n\t\tFROM instance_files\n\t\tWHERE instance_id = ?\n\t\tORDER BY relative_path ASC\n\t\t",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "instance_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "relative_path",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "file_name",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "enabled",
"ordinal": 4,
"type_info": "Integer"
},
{
"name": "sha1",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "size",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "missing",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "added_at",
"ordinal": 8,
"type_info": "Integer"
},
{
"name": "modified_at",
"ordinal": 9,
"type_info": "Integer"
},
{
"name": "local_mod_data",
"ordinal": 10,
"type_info": "Text"
},
{
"name": "icon_path",
"ordinal": 11,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true
]
},
"hash": "215fd59e6532ee2994dc78ef187c33a60a17a64e75b3ae0e27ef8a7b441af710"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\t\tDELETE FROM attached_world_data\n\t\t\tWHERE instance_id = ? and world_type = ? and world_id = ?\n\t\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "218a58ccb9108a8b89100181ecc05d57a0ef65a7b6fad6cbb1954576f018b6e9"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO attached_world_data (instance_id, world_type, world_id, project_id)\n\t\tVALUES (?, ?, ?, ?)\n\t\tON CONFLICT (instance_id, world_type, world_id) DO UPDATE\n\t\t\tSET project_id = excluded.project_id\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "248b8cdecd8e735816eeefc62018dc72c5c529f1e15e164c48207cb5a30781d7"
}

View File

@ -0,0 +1,98 @@
{
"db_name": "SQLite",
"query": "\n SELECT\n instance_id,\n link_kind,\n modrinth_project_id,\n modrinth_version_id,\n server_project_id,\n content_project_id,\n content_version_id,\n hosting_server_id,\n json(hosting_instance_ids) AS \"hosting_instance_ids?: String\",\n hosting_active_instance_id,\n shared_instance_id,\n imported_name,\n imported_version_number,\n imported_filename\n FROM instance_links\n WHERE instance_id = ?\n ",
"describe": {
"columns": [
{
"name": "instance_id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "link_kind",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "modrinth_project_id",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "modrinth_version_id",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "server_project_id",
"ordinal": 4,
"type_info": "Text"
},
{
"name": "content_project_id",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "content_version_id",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "hosting_server_id",
"ordinal": 7,
"type_info": "Text"
},
{
"name": "hosting_instance_ids?: String",
"ordinal": 8,
"type_info": "Null"
},
{
"name": "hosting_active_instance_id",
"ordinal": 9,
"type_info": "Text"
},
{
"name": "shared_instance_id",
"ordinal": 10,
"type_info": "Text"
},
{
"name": "imported_name",
"ordinal": 11,
"type_info": "Text"
},
{
"name": "imported_version_number",
"ordinal": 12,
"type_info": "Text"
},
{
"name": "imported_filename",
"ordinal": 13,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
true,
true,
true,
true,
true,
true,
null,
true,
true,
true,
true,
true
]
},
"hash": "26d23094e9d76e5595d5e5a0cd6bc631c45e6090bf40b26e25024de434fe0281"
}

View File

@ -0,0 +1,44 @@
{
"db_name": "SQLite",
"query": "\n SELECT id, data_type, json(data) as \"data?: serde_json::Value\", alias, expires\n FROM cache\n WHERE data_type = $1 AND (\n id IN (SELECT value FROM json_each($2))\n OR\n alias IN (SELECT value FROM json_each($3))\n )\n ",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "data_type",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "data?: serde_json::Value",
"ordinal": 2,
"type_info": "Null"
},
{
"name": "alias",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "expires",
"ordinal": 4,
"type_info": "Integer"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
false,
null,
true,
false
]
},
"hash": "28b3e3132d75e551c1fa14b8d3be36adca581f8ad1b90f85d3ec3d92ec61e65e"
}

View File

@ -0,0 +1,68 @@
{
"db_name": "SQLite",
"query": "\n\t\t\tSELECT\n\t\t\t\tid AS \"id!: String\",\n\t\t\t\tinstance_id,\n\t\t\t\tkind AS \"kind!: String\",\n\t\t\t\tstatus AS \"status!: String\",\n\t\t\t\tstate AS \"state!: String\",\n\t\t\t\tcreated AS \"created!: i64\",\n\t\t\t\tmodified AS \"modified!: i64\",\n\t\t\t\tfinished,\n\t\t\t\tdismissed AS \"dismissed!: i64\"\n\t\t\tFROM install_jobs\n\t\t\tWHERE dismissed = 0 AND status IN ('queued', 'running', 'failed', 'interrupted')\n\t\t\tORDER BY created ASC\n\t\t\t",
"describe": {
"columns": [
{
"name": "id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "instance_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "kind!: String",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "status!: String",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "state!: String",
"ordinal": 4,
"type_info": "Null"
},
{
"name": "created!: i64",
"ordinal": 5,
"type_info": "Integer"
},
{
"name": "modified!: i64",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "finished",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "dismissed!: i64",
"ordinal": 8,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
true,
false,
false,
false,
false,
false,
true,
false
]
},
"hash": "292785598cdf815a69bed6f31d2159d689861c0fa57571e727ac9602c4e05a6d"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO instance_daily_playtime (\n\t\t\tplayed_on,\n\t\t\tinstance_id,\n\t\t\tinstance_name,\n\t\t\tplayed_seconds,\n\t\t\tsession_count\n\t\t)\n\t\tVALUES (?, ?, ?, ?, ?)\n\t\tON CONFLICT(played_on, instance_id) DO UPDATE SET\n\t\t\tinstance_name = excluded.instance_name,\n\t\t\tplayed_seconds = CASE\n\t\t\t\tWHEN instance_daily_playtime.played_seconds > ? THEN ?\n\t\t\t\tELSE instance_daily_playtime.played_seconds + excluded.played_seconds\n\t\t\tEND,\n\t\t\tsession_count = CASE\n\t\t\t\tWHEN instance_daily_playtime.session_count > ? THEN ?\n\t\t\t\tELSE instance_daily_playtime.session_count + excluded.session_count\n\t\t\tEND\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 9
},
"nullable": []
},
"hash": "2baf7c89aad1313742f2acc66e7e37be236b4fa9d19e58cccfdc785e2584e4fa"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n INSERT OR REPLACE INTO instance_launch_overrides (\n instance_id,\n overrides\n )\n VALUES (?, jsonb(?))\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "2c5df36906b6e5e37e45698a5ca4aa7e2b627f5f6af4e3467c91b341bec274a3"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO app_metadata (key, value, updated_at)\n\t\tVALUES ('app_version', ?, unixepoch())\n\t\tON CONFLICT(key) DO UPDATE SET\n\t\t\tvalue = excluded.value,\n\t\t\tupdated_at = excluded.updated_at\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "30584f38b7833c2b772a644dfcf2832810a9599e6bb655f775df7d0cdb25dd30"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n DELETE FROM cache\n WHERE data_type IN (SELECT value FROM json_each($1))\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "31938d27442f1f628fdcb81d16678c4e5c108c62462f16e8f3a84f4efabd529c"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n UPDATE settings\n SET\n max_concurrent_writes = $1,\n max_concurrent_downloads = $2,\n\n theme = $3,\n locale = $4,\n default_page = $5,\n collapsed_navigation = $6,\n advanced_rendering = $7,\n native_decorations = $8,\n\n discord_rpc = $9,\n developer_mode = $10,\n telemetry = $11,\n personalized_ads = $12,\n\n onboarded = $13,\n\n extra_launch_args = jsonb($14),\n custom_env_vars = jsonb($15),\n mc_memory_max = $16,\n mc_memory_auto = $17,\n mc_force_fullscreen = $18,\n mc_maximize_window = $19,\n mc_game_resolution_x = $20,\n mc_game_resolution_y = $21,\n hide_on_process_start = $22,\n auto_set_java_high_performance_mode = $23,\n\n hook_pre_launch = $24,\n hook_wrapper = $25,\n hook_post_exit = $26,\n\n custom_dir = $27,\n prev_custom_dir = $28,\n migrated = $29,\n\n toggle_sidebar = $30,\n feature_flags = $31,\n hide_nametag_skins_page = $32,\n\n skipped_update = $33,\n pending_update_toast_for_version = $34,\n auto_download_updates = $35,\n accent_color = $36,\n custom_background_path = $37,\n custom_background_blur = $38,\n custom_background_opacity = $39,\n\n version = $40,\n auto_concurrent_downloads = $41,\n minecraft_metadata_source = $42,\n minecraft_file_source = $43,\n modrinth_source = $44,\n curseforge_source = $45,\n use_minecraft_mirror = $46,\n use_modrinth_mirror = $47,\n use_curseforge_mirror = $48,\n onboarding_version = $49,\n onboarding_instance_tour_completed = $50,\n sidebar_instance_count = $51,\n transparent_background = $52,\n transparent_background_opacity = $53,\n transparent_background_blur = $54,\n home_layout = $55,\n minimal_home_instance_id = $56,\n auto_hide_downloads_button = $57,\n home_widgets = jsonb($58),\n mojang_auth_source = $59,\n\t\t\t\tterracotta_public_nodes = jsonb($60),\n\t\t\t\ttelemetry_consent_version = $61\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 61
},
"nullable": []
},
"hash": "32d839e926015ca559030019766913828b78716b0a735893a9cbe4a45753ac57"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO install_jobs (\n\t\t\tid, instance_id, kind, status, state, created, modified, finished, dismissed\n\t\t)\n\t\tVALUES (?, ?, ?, ?, ?, ?, ?, NULL, 0)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 7
},
"nullable": []
},
"hash": "33c45b23edced4d38208ecf1e4abb5ec1b66d75a94176c6b602bbc132aa71c4b"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE custom_minecraft_skins SET display_order = display_order + 1 WHERE minecraft_user_uuid = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "3538a56e37f456ca57998bd4753da27bff30801646436358acf57eb4cdfa25ad"
}

View File

@ -0,0 +1,86 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT *\n\t\tFROM instance_files\n\t\tWHERE instance_id = ? AND relative_path = ?\n\t\t",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "instance_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "relative_path",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "file_name",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "enabled",
"ordinal": 4,
"type_info": "Integer"
},
{
"name": "sha1",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "size",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "missing",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "added_at",
"ordinal": 8,
"type_info": "Integer"
},
{
"name": "modified_at",
"ordinal": 9,
"type_info": "Integer"
},
{
"name": "local_mod_data",
"ordinal": 10,
"type_info": "Text"
},
{
"name": "icon_path",
"ordinal": 11,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true
]
},
"hash": "3a6a810f35329133faf35bec48d55230904ec66d400171e94e9d36af24c458f3"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instances\n\t\tSET\n\t\t\tsubmitted_time_played = CASE\n\t\t\t\tWHEN submitted_time_played < 0 THEN ?\n\t\t\t\tWHEN submitted_time_played > ? THEN ?\n\t\t\t\tELSE submitted_time_played + ?\n\t\t\tEND,\n\t\t\trecent_time_played = 0,\n\t\t\tmodified = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 6
},
"nullable": []
},
"hash": "3af5ce6fdc84ce12da06b92950d0249bdc4023c0b3d0c683318079ce93c9dd56"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT texture FROM custom_minecraft_skin_textures WHERE texture_key = ?",
"describe": {
"columns": [
{
"name": "texture",
"ordinal": 0,
"type_info": "Blob"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "3f3d3c2d77c1bcaf4044b612c3822546583aa19ea7088682d718c64ed5d5f1c5"
}

View File

@ -0,0 +1,368 @@
{
"db_name": "SQLite",
"query": "\n SELECT\n max_concurrent_writes, max_concurrent_downloads,\n auto_concurrent_downloads, minecraft_metadata_source,\n minecraft_file_source, modrinth_source, curseforge_source, mojang_auth_source,\n theme, locale, default_page, collapsed_navigation, hide_nametag_skins_page, advanced_rendering, native_decorations,\n\t\t\t\tdiscord_rpc, developer_mode, telemetry, telemetry_consent_version, personalized_ads,\n onboarded, onboarding_version, onboarding_instance_tour_completed,\n json(extra_launch_args) extra_launch_args, json(custom_env_vars) custom_env_vars,\n mc_memory_max, mc_memory_auto, mc_force_fullscreen, mc_maximize_window, mc_game_resolution_x, mc_game_resolution_y, hide_on_process_start, enter_lightweight_mode_on_game_launch,\n auto_set_java_high_performance_mode,\n hook_pre_launch, hook_wrapper, hook_post_exit,\n custom_dir, prev_custom_dir, migrated, json(feature_flags) feature_flags, toggle_sidebar,\n skipped_update, pending_update_toast_for_version, auto_download_updates, accent_color,\n custom_background_path, custom_background_blur, custom_background_opacity,\n transparent_background, transparent_background_opacity, transparent_background_blur,\n sidebar_instance_count, home_layout, minimal_home_instance_id,\n json(home_widgets) as \"home_widgets?: String\", auto_hide_downloads_button,\n json(terracotta_public_nodes) terracotta_public_nodes,\n version\n FROM settings\n ",
"describe": {
"columns": [
{
"name": "max_concurrent_writes",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "max_concurrent_downloads",
"ordinal": 1,
"type_info": "Integer"
},
{
"name": "auto_concurrent_downloads",
"ordinal": 2,
"type_info": "Integer"
},
{
"name": "minecraft_metadata_source",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "minecraft_file_source",
"ordinal": 4,
"type_info": "Text"
},
{
"name": "modrinth_source",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "curseforge_source",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "mojang_auth_source",
"ordinal": 7,
"type_info": "Text"
},
{
"name": "theme",
"ordinal": 8,
"type_info": "Text"
},
{
"name": "locale",
"ordinal": 9,
"type_info": "Text"
},
{
"name": "default_page",
"ordinal": 10,
"type_info": "Text"
},
{
"name": "collapsed_navigation",
"ordinal": 11,
"type_info": "Integer"
},
{
"name": "hide_nametag_skins_page",
"ordinal": 12,
"type_info": "Integer"
},
{
"name": "advanced_rendering",
"ordinal": 13,
"type_info": "Integer"
},
{
"name": "native_decorations",
"ordinal": 14,
"type_info": "Integer"
},
{
"name": "discord_rpc",
"ordinal": 15,
"type_info": "Integer"
},
{
"name": "developer_mode",
"ordinal": 16,
"type_info": "Integer"
},
{
"name": "telemetry",
"ordinal": 17,
"type_info": "Integer"
},
{
"name": "telemetry_consent_version",
"ordinal": 18,
"type_info": "Integer"
},
{
"name": "personalized_ads",
"ordinal": 19,
"type_info": "Integer"
},
{
"name": "onboarded",
"ordinal": 20,
"type_info": "Integer"
},
{
"name": "onboarding_version",
"ordinal": 21,
"type_info": "Integer"
},
{
"name": "onboarding_instance_tour_completed",
"ordinal": 22,
"type_info": "Integer"
},
{
"name": "extra_launch_args",
"ordinal": 23,
"type_info": "Text"
},
{
"name": "custom_env_vars",
"ordinal": 24,
"type_info": "Text"
},
{
"name": "mc_memory_max",
"ordinal": 25,
"type_info": "Integer"
},
{
"name": "mc_memory_auto",
"ordinal": 26,
"type_info": "Integer"
},
{
"name": "mc_force_fullscreen",
"ordinal": 27,
"type_info": "Integer"
},
{
"name": "mc_maximize_window",
"ordinal": 28,
"type_info": "Integer"
},
{
"name": "mc_game_resolution_x",
"ordinal": 29,
"type_info": "Integer"
},
{
"name": "mc_game_resolution_y",
"ordinal": 30,
"type_info": "Integer"
},
{
"name": "hide_on_process_start",
"ordinal": 31,
"type_info": "Integer"
},
{
"name": "enter_lightweight_mode_on_game_launch",
"ordinal": 32,
"type_info": "Integer"
},
{
"name": "auto_set_java_high_performance_mode",
"ordinal": 33,
"type_info": "Integer"
},
{
"name": "hook_pre_launch",
"ordinal": 34,
"type_info": "Text"
},
{
"name": "hook_wrapper",
"ordinal": 35,
"type_info": "Text"
},
{
"name": "hook_post_exit",
"ordinal": 36,
"type_info": "Text"
},
{
"name": "custom_dir",
"ordinal": 37,
"type_info": "Text"
},
{
"name": "prev_custom_dir",
"ordinal": 38,
"type_info": "Text"
},
{
"name": "migrated",
"ordinal": 39,
"type_info": "Integer"
},
{
"name": "feature_flags",
"ordinal": 40,
"type_info": "Text"
},
{
"name": "toggle_sidebar",
"ordinal": 41,
"type_info": "Integer"
},
{
"name": "skipped_update",
"ordinal": 42,
"type_info": "Text"
},
{
"name": "pending_update_toast_for_version",
"ordinal": 43,
"type_info": "Text"
},
{
"name": "auto_download_updates",
"ordinal": 44,
"type_info": "Integer"
},
{
"name": "accent_color",
"ordinal": 45,
"type_info": "Text"
},
{
"name": "custom_background_path",
"ordinal": 46,
"type_info": "Text"
},
{
"name": "custom_background_blur",
"ordinal": 47,
"type_info": "Integer"
},
{
"name": "custom_background_opacity",
"ordinal": 48,
"type_info": "Integer"
},
{
"name": "transparent_background",
"ordinal": 49,
"type_info": "Integer"
},
{
"name": "transparent_background_opacity",
"ordinal": 50,
"type_info": "Integer"
},
{
"name": "transparent_background_blur",
"ordinal": 51,
"type_info": "Integer"
},
{
"name": "sidebar_instance_count",
"ordinal": 52,
"type_info": "Integer"
},
{
"name": "home_layout",
"ordinal": 53,
"type_info": "Text"
},
{
"name": "minimal_home_instance_id",
"ordinal": 54,
"type_info": "Text"
},
{
"name": "home_widgets?: String",
"ordinal": 55,
"type_info": "Null"
},
{
"name": "auto_hide_downloads_button",
"ordinal": 56,
"type_info": "Integer"
},
{
"name": "terracotta_public_nodes",
"ordinal": 57,
"type_info": "Text"
},
{
"name": "version",
"ordinal": 58,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
true,
true,
true,
false,
null,
false,
true,
true,
true,
false,
true,
false,
false,
false,
false,
false,
false,
false,
true,
null,
false,
null,
false
]
},
"hash": "4034abe449274d6b517215f0780ef9685227fb64b061b1a728aebd56cb267f76"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tDELETE FROM instance_files\n\t\tWHERE instance_id = ? AND relative_path = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "407ffa80ed6ab4cae027543e2d99fadbea51f57a4bb5407751e6f47febdbd08e"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n UPDATE modrinth_users\n SET active = FALSE\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 0
},
"nullable": []
},
"hash": "45c692b305b36540139b5956dcff5bd5aeacec7d0a8abd640a7365902e57a2fd"
}

View File

@ -0,0 +1,26 @@
{
"db_name": "SQLite",
"query": "\n SELECT id, name\n FROM instances\n WHERE id = ?\n ",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false
]
},
"hash": "4f77cf56fe22238aab41807ff8bce90b723db3f93d7f94c257275407294f25cc"
}

View File

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT *\n\t\tFROM instance_content_set_remote_refs\n\t\tWHERE content_set_id = ?\n\t\tORDER BY ref_type ASC\n\t\t",
"describe": {
"columns": [
{
"name": "content_set_id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "ref_type",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "ref_id",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false
]
},
"hash": "4fcbab7d62067af3837c3028f947810ee5086d4dcd194d32d2636d9970461d86"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT OR REPLACE INTO custom_minecraft_skin_textures (texture_key, texture) VALUES (?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "545b01d8cc1e79ff5d4136887fbb712aba58908a66dd7bbd64c293b9ee7a1523"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n DELETE FROM modrinth_users WHERE id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "554805c9902e5a1cc4c0f03b4a633e6dc5b1d46f9c2454075eefe8df9a38f582"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n UPDATE instance_launch_overrides\n SET overrides = jsonb(json_set(\n overrides,\n '$.java_path',\n replace(json_extract(overrides, '$.java_path'), ?, ?)\n ))\n WHERE json_type(overrides, '$.java_path') = 'text'\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "555d8a24feefe6c53c26a7f72a2920654cf998c84bfdf2ae9e10fb82c4acbc03"
}

View File

@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "SELECT texture_key, variant AS 'variant: MinecraftSkinVariant', cape_id AS 'cape_id: Hyphenated', display_order FROM custom_minecraft_skins WHERE minecraft_user_uuid = ? ORDER BY display_order ASC, rowid ASC LIMIT ? OFFSET ?",
"describe": {
"columns": [
{
"name": "texture_key",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "variant: MinecraftSkinVariant",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "cape_id: Hyphenated",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "display_order",
"ordinal": 3,
"type_info": "Integer"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
false,
true,
false
]
},
"hash": "57df2984dd65b408473ed1ae86b0215f46946f9b9043d4b037e3a4d5b27e0373"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instance_content_sets\n\t\tSET protocol_version = ?, modified = ?\n\t\tWHERE id = (\n\t\t\tSELECT applied_content_set_id\n\t\t\tFROM instances\n\t\t\tWHERE id = ?\n\t\t)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "5ad6333dd8cf97560ec5a60c1a4d9b6ab71407aefb316f6607bacaceb037486d"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM java_versions WHERE path = $1",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "5bf2d64924c93ad3d0d6d5ad3d4e1b63aa619d7e9e4be7c977c3bc119fb6c95c"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM offline_minecraft_skins WHERE minecraft_user_uuid = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "615b9090ac17b4d669968157ac30e6efc20df7cf8507b1c2593b82f2732c3d43"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n SELECT game_dir_override AS \"game_dir_override?: String\"\n FROM instances\n WHERE path = ?\n ",
"describe": {
"columns": [
{
"name": "game_dir_override?: String",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
true
]
},
"hash": "63ca6c59338b85c45e11140306712e2eac816a56e3f4358c09802b17aa7c3295"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO attached_world_data (instance_id, world_type, world_id, display_status)\n\t\tVALUES (?, ?, ?, ?)\n\t\tON CONFLICT (instance_id, world_type, world_id) DO UPDATE\n\t\t\tSET display_status = excluded.display_status\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "64b207e105966bc65fbc4b740cdeeed88b6fe8ee2f12cbef566880a75fb9f8d1"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT texture_key FROM custom_minecraft_skins WHERE minecraft_user_uuid = ? ORDER BY display_order ASC, rowid ASC",
"describe": {
"columns": [
{
"name": "texture_key",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "69c5a93676809ab6480fc41a2e6e34b16057db8b0eab08a9d8b8dce961c6f81c"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n UPDATE instance_files\n SET icon_path = replace(icon_path, ?, ?)\n WHERE icon_path IS NOT NULL AND icon_path != ''\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "6beaa80628d8f84a3bf4dc6ce8dfc0d1d3fe8d62817f1af3b97076a782a974f6"
}

View File

@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "\n SELECT\n id, active, session_id, expires\n FROM modrinth_users\n ",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "active",
"ordinal": 1,
"type_info": "Integer"
},
{
"name": "session_id",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "expires",
"ordinal": 3,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
false
]
},
"hash": "6d7ebc0f233dc730fa8c99c750421065f5e35f321954a9d5ae9cde907d5ce823"
}

View File

@ -0,0 +1,62 @@
{
"db_name": "SQLite",
"query": "\n SELECT\n uuid, private_key, x, y, issue_instant, not_after, token, json(display_claims) as \"display_claims!: serde_json::Value\"\n FROM minecraft_device_tokens\n ",
"describe": {
"columns": [
{
"name": "uuid",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "private_key",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "x",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "y",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "issue_instant",
"ordinal": 4,
"type_info": "Integer"
},
{
"name": "not_after",
"ordinal": 5,
"type_info": "Integer"
},
{
"name": "token",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "display_claims!: serde_json::Value",
"ordinal": 7,
"type_info": "Null"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
false,
false,
false,
false,
null
]
},
"hash": "6e3fa492c085ebb8e7280dd4d55cdcf73da199ea6ac05ee3ee798ece80d877cf"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instance_content_entries\n\t\tSET enabled = ?, modified_at = ?\n\t\tWHERE content_set_id = ? AND file_id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "703d0e5ab1c7625b733c4c1ffc0af38a767597b62d49e810d716316752ffb1a1"
}

View File

@ -0,0 +1,50 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT *\n\t\tFROM instance_content_set_sync_state\n\t\tWHERE content_set_id = ?\n\t\t",
"describe": {
"columns": [
{
"name": "content_set_id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "provider",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "applied_update_id",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "latest_available_update_id",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "checked_at",
"ordinal": 4,
"type_info": "Integer"
},
{
"name": "status",
"ordinal": 5,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
true,
true,
true,
false
]
},
"hash": "7143099dcf9257477a4bc399cf33d250db42b88bdc02129733a3741893b1a501"
}

View File

@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT\n\t\t\tdaily.instance_id AS \"instance_id!: String\",\n\t\t\tdaily.instance_name AS \"instance_name!: String\",\n\t\t\tdaily.played_seconds AS \"played_seconds!: i64\",\n\t\t\tdaily.session_count AS \"session_count!: i64\"\n\t\tFROM instance_daily_playtime daily\n\t\tWHERE daily.played_on = ?\n\t\t\tAND daily.played_seconds > 0\n\t\tORDER BY daily.played_seconds DESC, daily.instance_name ASC\n\t\t",
"describe": {
"columns": [
{
"name": "instance_id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "instance_name!: String",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "played_seconds!: i64",
"ordinal": 2,
"type_info": "Integer"
},
{
"name": "session_count!: i64",
"ordinal": 3,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false,
false
]
},
"hash": "74f4b5572aba675288f23eae542cd6ee7bf232de9811b77c94993c0f1213c63b"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n INSERT OR IGNORE INTO instance_groups (instance_id, group_name)\n VALUES (?, ?)\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "7790039c6bfeba24c9a0f515b12d06e8ca910f05a73f2b31fe80eef9033873d7"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT COUNT(*)\n\t\tFROM sqlite_master\n\t\tWHERE type = 'table'\n\t\t\tAND name NOT LIKE 'sqlite_%'\n\t\t\tAND name NOT IN ('_sqlx_migrations', 'app_metadata')\n\t\t",
"describe": {
"columns": [
{
"name": "COUNT(*)",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "78fd8df6a933492c0f25392882138044e60e674e46fa0a39e3802aab8c10d699"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n SELECT path\n FROM instances\n WHERE id = ?\n ",
"describe": {
"columns": [
{
"name": "path",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "7a08aa0638cd0f7f5293a943a3e5e5bc10910e66d3cf80caa80aa435214a3349"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\t\t\tDELETE FROM instance_files\n\t\t\t\tWHERE id = ?\n\t\t\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "7a912eb3fd9b7da37cce1d8153241aba899e679a6248c8a1de21b7b65155843e"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n UPDATE instances\n SET icon_path = replace(icon_path, ?, ?)\n WHERE icon_path IS NOT NULL\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "7e9c462de7ec39041c16b03f77f4b05fc3fcedb07edac8b3e888c062cf1d3184"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM offline_minecraft_skins WHERE minecraft_user_uuid = ? AND texture_key = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "7ee332acb6b709fe029a019dc83d28bb94a4e96ccb9559a2989cf3f6cb413266"
}

View File

@ -0,0 +1,44 @@
{
"db_name": "SQLite",
"query": "SELECT major_version, full_version, architecture, path, distribution as \"distribution?: String\" FROM java_versions",
"describe": {
"columns": [
{
"name": "major_version",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "full_version",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "architecture",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "path",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "distribution?: String",
"ordinal": 4,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
false,
true
]
},
"hash": "80b0784fceabd18fdbad9b809a4ef0a05d153007d9e57c9764150839541cae89"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n INSERT INTO modrinth_users (id, active, session_id, expires)\n VALUES ($1, $2, $3, $4)\n ON CONFLICT (id) DO UPDATE SET\n active = $2,\n session_id = $3,\n expires = $4\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "81a80df2f3fdbbb78d45e7420609c3ae945bc499b4229906c487533d1dcb280c"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tDELETE FROM instance_content_entries\n\t\tWHERE content_set_id = ? AND file_id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "89ef03bfb97a63ad97b25eb6afca93021226015e72a79d742fab8aa2dcb033a8"
}

View File

@ -0,0 +1,26 @@
{
"db_name": "SQLite",
"query": "SELECT texture_key, variant AS 'variant: MinecraftSkinVariant' FROM offline_minecraft_skins WHERE minecraft_user_uuid = ?",
"describe": {
"columns": [
{
"name": "texture_key",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "variant: MinecraftSkinVariant",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false
]
},
"hash": "8ab0d181dec79ff1e034964116b7613aad978804da6684ec8fd75473514085e7"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instance_files\n\t\tSET\n\t\t\tmissing = 1,\n\t\t\tmodified_at = ?\n\t\tWHERE instance_id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "8c54b73c00cfc43b47ca08cca4dbdc381afa80c2f493d04c8a54875619386caf"
}

View File

@ -0,0 +1,68 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT\n\t\t\tid AS \"id!: String\",\n\t\t\tinstance_id,\n\t\t\tkind AS \"kind!: String\",\n\t\t\tstatus AS \"status!: String\",\n\t\t\tstate AS \"state!: String\",\n\t\t\tcreated AS \"created!: i64\",\n\t\t\tmodified AS \"modified!: i64\",\n\t\t\tfinished,\n\t\t\tdismissed AS \"dismissed!: i64\"\n\t\tFROM install_jobs\n\t\tWHERE status IN ('queued', 'running')\n\t\tORDER BY created ASC\n\t\t",
"describe": {
"columns": [
{
"name": "id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "instance_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "kind!: String",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "status!: String",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "state!: String",
"ordinal": 4,
"type_info": "Null"
},
{
"name": "created!: i64",
"ordinal": 5,
"type_info": "Integer"
},
{
"name": "modified!: i64",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "finished",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "dismissed!: i64",
"ordinal": 8,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
true,
false,
false,
false,
false,
false,
true,
false
]
},
"hash": "8ed032e3cddd751ae19257c08a549774ad7aefdfb98d9e5cacad1d9d5be4cb78"
}

View File

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "\n\t\t\tSELECT display_status, project_id, content_kind\n\t\t\tFROM attached_world_data\n\t\t\tWHERE instance_id = ? and world_type = ? and world_id = ?\n\t\t\t",
"describe": {
"columns": [
{
"name": "display_status",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "project_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "content_kind",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
true,
true
]
},
"hash": "90c4007e0beb32aeae2eec5ffdc88c39385d404b09ceedc015db58fe60032893"
}

View File

@ -0,0 +1,26 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT\n\t\t\tinstance_id,\n\t\t\tjson(overrides) AS \"overrides!: String\"\n\t\tFROM instance_launch_overrides\n\t\tWHERE instance_id = ?\n\t\t",
"describe": {
"columns": [
{
"name": "instance_id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "overrides!: String",
"ordinal": 1,
"type_info": "Null"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
null
]
},
"hash": "93d1d3abcac942e8232c198d1c2243c660b9e13a334300f54eeb5b2ef27a9cef"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT COUNT(*)\n\t\tFROM sqlite_master\n\t\tWHERE type = 'table' AND name = ?\n\t\t",
"describe": {
"columns": [
{
"name": "COUNT(*)",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "9433a97666449f9b61ebf67ebb6be43dea27ba9dfad89edf843a7de257b025bf"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO instance_files (\n\t\t\tid,\n\t\t\tinstance_id,\n\t\t\trelative_path,\n\t\t\tfile_name,\n\t\t\tenabled,\n\t\t\tsha1,\n\t\t\tsize,\n\t\t\tmissing,\n\t\t\tadded_at,\n\t\t\tmodified_at,\n\t\t\tlocal_mod_data,\n\t\t\ticon_path\n\t\t)\n\t\tVALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n\t\tON CONFLICT (instance_id, relative_path) DO UPDATE SET\n\t\t\tfile_name = excluded.file_name,\n\t\t\tenabled = excluded.enabled,\n\t\t\tsha1 = excluded.sha1,\n\t\t\tsize = excluded.size,\n\t\t\tmissing = excluded.missing,\n\t\t\tmodified_at = excluded.modified_at,\n\t\t\tlocal_mod_data = COALESCE(excluded.local_mod_data, instance_files.local_mod_data),\n\t\t\ticon_path = COALESCE(excluded.icon_path, instance_files.icon_path)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 12
},
"nullable": []
},
"hash": "94e55af4b843be7a570b91986ede933ac6674e96efb212ea787abad2468a2332"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tDELETE FROM instances\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "96984759495e0694e4c4f7126d25810b7b0fc773c3b9cb3a010d23b9bd5937b1"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT id\n\t\tFROM instances\n\t\tWHERE id = ? OR path = ?\n\t\tORDER BY CASE WHEN id = ? THEN 0 ELSE 1 END\n\t\tLIMIT 1\n\t\t",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false
]
},
"hash": "96f3122c81934c811e6be5941d201cd51654a2e2a87925b62767762792fa82f0"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO attached_world_data (instance_id, world_type, world_id, content_kind)\n\t\tVALUES (?, ?, ?, ?)\n\t\tON CONFLICT (instance_id, world_type, world_id) DO UPDATE\n\t\t\tSET content_kind = excluded.content_kind\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "984187e5399a37e49b158f2b85d07b8427f955204b757699b7ceab24f174ee4b"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT INTO custom_minecraft_skins (minecraft_user_uuid, texture_key, variant, cape_id, display_order) VALUES (?, ?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 5
},
"nullable": []
},
"hash": "9a9b8b5c0b646b841b73461980b37ad3b03ecf99d1484c402694799dc08271f5"
}

View File

@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "SELECT texture_key, variant AS 'variant: MinecraftSkinVariant', cape_id AS 'cape_id: Hyphenated', display_order FROM custom_minecraft_skins WHERE minecraft_user_uuid = ? AND texture_key = ?",
"describe": {
"columns": [
{
"name": "texture_key",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "variant: MinecraftSkinVariant",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "cape_id: Hyphenated",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "display_order",
"ordinal": 3,
"type_info": "Integer"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false,
false,
true,
false
]
},
"hash": "a1217622558d50ee18e7ba0d85e991032037aaccfeca64dc076f0dcc826c108a"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT value FROM app_metadata WHERE key = 'app_version'",
"describe": {
"columns": [
{
"name": "value",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "a8a13794b27397460b37b03a3d86f7f8d869e21537a24f9c62b0fce892b0aac3"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT id\n\t\tFROM instance_files\n\t\tWHERE instance_id = ? AND relative_path = ?\n\t\t",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "b4885df7ebd5300533179c0ed98cbca8ca982489597f413638c6af8ccbbe2bfa"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instances\n\t\tSET last_played = ?, modified = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "b81a5859854e0fa1d6bb83ec251580f417bcdb1e5964f424a42113ab019df838"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\t\tINSERT INTO join_log (instance_id, host, port, join_time)\n\t\t\tVALUES (?, ?, ?, ?)\n\t\t\tON CONFLICT (instance_id, host, port) DO UPDATE SET\n\t\t\t\tjoin_time = excluded.join_time\n\t\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "b8faac1d33ccd730a2175da962d60569b8f74b9b730d9aedbc050498377907dc"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n INSERT INTO java_versions (major_version, full_version, architecture, path, distribution)\n VALUES ($1, $2, $3, $4, $5)\n ON CONFLICT (path) DO UPDATE SET\n major_version = $1,\n full_version = $2,\n architecture = $3,\n distribution = $5\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 5
},
"nullable": []
},
"hash": "ba6598b4789e567f6d72731022663ef86bb3aa1a4b8b12e38e0fec670d6a378c"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT COALESCE(MAX(display_order) + 1, 0) AS 'display_order!: i64' FROM custom_minecraft_skins WHERE minecraft_user_uuid = ?",
"describe": {
"columns": [
{
"name": "display_order!: i64",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "bab7f687a8397975747cfe194a0e2cbc2e701584d8b3394a1aa686e3ff4d47f5"
}

View File

@ -0,0 +1,44 @@
{
"db_name": "SQLite",
"query": "\n\t\t\tSELECT world_type, world_id, display_status, project_id, content_kind\n\t\t\tFROM attached_world_data\n\t\t\tWHERE instance_id = ?\n\t\t\t",
"describe": {
"columns": [
{
"name": "world_type",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "world_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "display_status",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "project_id",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "content_kind",
"ordinal": 4,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false,
true,
true
]
},
"hash": "bc1aeb495ae53607e0e74e000af911bd93f57ba4a57d847d585c6189779409c7"
}

View File

@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT\n\t\t\tdaily.played_on AS \"date!: String\",\n\t\t\tSUM(daily.played_seconds) AS \"played_seconds!: i64\",\n\t\t\tSUM(daily.session_count) AS \"session_count!: i64\",\n\t\t\t(\n\t\t\t\tSELECT candidate.instance_name\n\t\t\t\tFROM instance_daily_playtime candidate\n\t\t\t\tWHERE candidate.played_on = daily.played_on\n\t\t\t\t\tAND candidate.played_seconds > 0\n\t\t\t\tORDER BY candidate.played_seconds DESC, candidate.instance_name ASC\n\t\t\t\tLIMIT 1\n\t\t\t) AS \"top_instance_name?: String\"\n\t\tFROM instance_daily_playtime daily\n\t\tWHERE daily.played_on BETWEEN ? AND ?\n\t\tGROUP BY daily.played_on\n\t\tORDER BY daily.played_on\n\t\t",
"describe": {
"columns": [
{
"name": "date!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "played_seconds!: i64",
"ordinal": 1,
"type_info": "Null"
},
{
"name": "session_count!: i64",
"ordinal": 2,
"type_info": "Null"
},
{
"name": "top_instance_name?: String",
"ordinal": 3,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false,
null,
null,
false
]
},
"hash": "c202748e82d8a91d5e1644c8762cec73095e860c35693af4f87c4357611cab03"
}

View File

@ -0,0 +1,68 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT\n\t\t\tid AS \"id!: String\",\n\t\t\tinstance_id,\n\t\t\tkind AS \"kind!: String\",\n\t\t\tstatus AS \"status!: String\",\n\t\t\tstate AS \"state!: String\",\n\t\t\tcreated AS \"created!: i64\",\n\t\t\tmodified AS \"modified!: i64\",\n\t\t\tfinished,\n\t\t\tdismissed AS \"dismissed!: i64\"\n\t\tFROM install_jobs\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [
{
"name": "id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "instance_id",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "kind!: String",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "status!: String",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "state!: String",
"ordinal": 4,
"type_info": "Null"
},
{
"name": "created!: i64",
"ordinal": 5,
"type_info": "Integer"
},
{
"name": "modified!: i64",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "finished",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "dismissed!: i64",
"ordinal": 8,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
true,
false,
false,
false,
false,
false,
true,
false
]
},
"hash": "c280b9abf116b5a66f143930fac11009b7f280931fead45a761f89f7b3fdea8b"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instance_files\n\t\tSET\n\t\t\trelative_path = ?,\n\t\t\tfile_name = ?,\n\t\t\tenabled = ?,\n\t\t\tmissing = 0,\n\t\t\tmodified_at = ?\n\t\tWHERE instance_id = ? AND relative_path = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 6
},
"nullable": []
},
"hash": "c5f78eaae528b6f930bcc9ade15384564c86cd98a1e407515ea718127a3b1777"
}

View File

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT id, path, game_dir_override\n\t\tFROM instances\n\t\tWHERE id = ? OR path = ?\n\t\tORDER BY CASE WHEN id = ? THEN 0 ELSE 1 END\n\t\tLIMIT 1\n\t\t",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "path",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "game_dir_override",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
false,
true
]
},
"hash": "c90e87c4ecabdfe18d31b0d11f1d47aaff4fa3785a9a9f02355651d6c656cc70"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "VACUUM INTO ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "cce0505cb6c852083cb455f17a35f8e4071253955002ad68a12cc6663eeb4ed0"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instances\n\t\tSET\n\t\t\tpath = ?,\n\t\t\tapplied_content_set_id = ?,\n\t\t\tinstall_stage = ?,\n\t\t\tlauncher_feature_version = ?,\n\t\t\tupdate_channel = ?,\n\t\t\tname = ?,\n\t\t\ticon_path = ?,\n\t\t\tsymlink_target = ?,\n\t\t\tgame_dir_override = ?,\n\t\t\tmodified = ?,\n\t\t\tlast_played = ?,\n\t\t\tpinned_at = ?,\n\t\t\tsubmitted_time_played = ?,\n\t\t\trecent_time_played = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 15
},
"nullable": []
},
"hash": "cd93d24a1d2583d87167671b6f83d01d54eadf1f651d89348aaf6e1fcbc31441"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instances\n\t\tSET\n\t\t\trecent_time_played = CASE\n\t\t\t\tWHEN recent_time_played < 0 THEN ?\n\t\t\t\tWHEN recent_time_played > ? THEN ?\n\t\t\t\tELSE recent_time_played + ?\n\t\t\tEND,\n\t\t\tmodified = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 6
},
"nullable": []
},
"hash": "d0bdfcba97a212ad80f56c1884ec2f984ce07a6d9498f19c24c6e2c031122fc5"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n DELETE FROM minecraft_users WHERE uuid = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "d21e8a5116c43a3b511321a2655d8217f8c46b816a2f4e60c11dfcd173120e7e"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instances\n\t\tSET install_stage = ?, modified = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "d45cecdee145138a252edc3aa78da920fcb783c1d05085a2d470f77376b6a21c"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE custom_minecraft_skins SET display_order = ? WHERE minecraft_user_uuid = ? AND texture_key = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "d68c41fb2cb182aa8fc23422c55bd5b728ba93d9e3bb6f3db57ac1c83574d508"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE install_jobs\n\t\tSET dismissed = 1, modified = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "d6aa46bd4521b2760322e0e20256ea8f77febeb85a23050d3c42c61ff61c0d94"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instance_content_sets\n\t\tSET loader_version = ?, modified = ?\n\t\tWHERE id = (\n\t\t\tSELECT applied_content_set_id\n\t\t\tFROM instances\n\t\t\tWHERE id = ?\n\t\t)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "d7a671f78ed6fcef39f7e6c0076f17e7f6ac469744e2c3df3a421f9d8a40115f"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n INSERT OR REPLACE INTO instances (\n id,\n path,\n applied_content_set_id,\n install_stage,\n launcher_feature_version,\n update_channel,\n name,\n icon_path,\n created,\n modified,\n last_played,\n submitted_time_played,\n recent_time_played\n )\n VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 13
},
"nullable": []
},
"hash": "d8317776a2c31351b54750a30fe8ef34923aa8a030285c34ea5536bb48bed6ab"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n INSERT OR REPLACE INTO instance_links (\n instance_id,\n link_kind,\n modrinth_project_id,\n modrinth_version_id,\n server_project_id,\n content_project_id,\n content_version_id,\n hosting_server_id,\n hosting_instance_ids,\n hosting_active_instance_id,\n shared_instance_id\n )\n VALUES (?, ?, ?, ?, ?, ?, ?, ?, jsonb(?), ?, ?)\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 11
},
"nullable": []
},
"hash": "df7f10fcaf7051927d64f802b489d866c691b6f2dc4e4c85dc0f42cc32d659b9"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\t\tINSERT OR IGNORE INTO instance_groups (instance_id, group_name)\n\t\t\tVALUES (?, ?)\n\t\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "e26d2ce1fdaaef4ef4648b57faf0ea2940ba9ada7b39f3c2fa973a36ee4cba2a"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT INTO offline_minecraft_skins (minecraft_user_uuid, texture_key, variant) VALUES (?, ?, ?) ON CONFLICT (minecraft_user_uuid) DO UPDATE SET texture_key = excluded.texture_key, variant = excluded.variant",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "e49c9da6792403ea644ebe23addbf8d4a3a4a727c4760da12276e5049157a8a6"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tUPDATE instances\n\t\tSET pinned_at = ?, modified = ?\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "e779adf9172fe1b96882d275cf7e397b8ecafb5602538f61476dd8122e95401b"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO instance_links (\n\t\t\tinstance_id,\n\t\t\tlink_kind,\n\t\t\tmodrinth_project_id,\n\t\t\tmodrinth_version_id,\n\t\t\tserver_project_id,\n\t\t\tcontent_project_id,\n\t\t\tcontent_version_id,\n\t\t\thosting_server_id,\n\t\t\thosting_instance_ids,\n\t\t\thosting_active_instance_id,\n\t\t\tshared_instance_id,\n\t\t\timported_name,\n\t\t\timported_version_number,\n\t\t\timported_filename\n\t\t)\n\t\tVALUES (?, ?, ?, ?, ?, ?, ?, ?, jsonb(?), ?, ?, ?, ?, ?)\n\t\tON CONFLICT (instance_id) DO UPDATE SET\n\t\t\tlink_kind = excluded.link_kind,\n\t\t\tmodrinth_project_id = excluded.modrinth_project_id,\n\t\t\tmodrinth_version_id = excluded.modrinth_version_id,\n\t\t\tserver_project_id = excluded.server_project_id,\n\t\t\tcontent_project_id = excluded.content_project_id,\n\t\t\tcontent_version_id = excluded.content_version_id,\n\t\t\thosting_server_id = excluded.hosting_server_id,\n\t\t\thosting_instance_ids = excluded.hosting_instance_ids,\n\t\t\thosting_active_instance_id = excluded.hosting_active_instance_id,\n\t\t\tshared_instance_id = excluded.shared_instance_id,\n\t\t\timported_name = excluded.imported_name,\n\t\t\timported_version_number = excluded.imported_version_number,\n\t\t\timported_filename = excluded.imported_filename\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 14
},
"nullable": []
},
"hash": "eca3e44d4ba62e218289fa058dd563cebedb6b8add6c936c551a857783645ff8"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\t\t\tDELETE FROM instance_content_entries\n\t\t\t\tWHERE id IN (\n\t\t\t\t\tSELECT target_entry.id\n\t\t\t\t\tFROM instance_content_entries target_entry\n\t\t\t\t\tWHERE target_entry.instance_id = ?\n\t\t\t\t\t\tAND target_entry.file_id = ?\n\t\t\t\t\t\tAND EXISTS (\n\t\t\t\t\t\t\tSELECT 1\n\t\t\t\t\t\t\tFROM instance_content_entries source_entry\n\t\t\t\t\t\t\tWHERE source_entry.instance_id = target_entry.instance_id\n\t\t\t\t\t\t\t\tAND source_entry.content_set_id = target_entry.content_set_id\n\t\t\t\t\t\t\t\tAND source_entry.file_id = ?\n\t\t\t\t\t\t)\n\t\t\t\t)\n\t\t\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "edab0097706c394608dbc8c65670159a6d568cb4d408876d874d218d83bc8caf"
}

View File

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT name\n\t\tFROM instances\n\t\tWHERE id = ?\n\t\t",
"describe": {
"columns": [
{
"name": "name",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "f3a66ff668e96cebeeb95dfeb93f88f09a06a964f135152e62862b7c847f969f"
}

View File

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO instance_launch_overrides (\n\t\t\tinstance_id,\n\t\t\toverrides\n\t\t)\n\t\tVALUES (?, jsonb(?))\n\t\tON CONFLICT (instance_id) DO UPDATE SET\n\t\t\toverrides = excluded.overrides\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "f6bf3569c27401fb85c286f243902eb4831689391d34f1470db0e4c246525e49"
}

Some files were not shown because too many files have changed in this diff Show More