sqldef: Update to version 3.7.9

This commit is contained in:
github-actions[bot] 2025-12-08 16:30:57 +00:00
parent 79cff29f47
commit d6d8445dec

View File

@ -1,19 +1,19 @@
{ {
"version": "3.7.8", "version": "3.7.9",
"description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.", "description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.",
"homepage": "https://github.com/k0kubun/sqldef", "homepage": "https://github.com/k0kubun/sqldef",
"license": "MIT,Apache-2.0", "license": "MIT,Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/k0kubun/sqldef/releases/download/v3.7.8/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.7.9/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.7.8/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.7.9/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.7.8/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v3.7.9/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"cba2a695aba1b7499734e227482ff8aa47fbf4c73dc1a15206f2b244c598e212", "5ef8f4b25935b46cbbeba79264ca412a78f88779ae5d203ae92f903db81863d9",
"fde61e1abe919a5028202984b53e015c29b8b2d105907ea6fb3ad4b6b4fdde2b", "1c53af2d0761badedda4fe3c695958eccf961ecd9b8793d03b566928d156ec9e",
"ea86c772b82e3b8129f604ec50489d54c24c0180f727e3dd0313bea450255d27" "d728b4dfd4bcca4df7479ac151567553b6df3215f1a9dbea07f48f27c401d8eb"
] ]
} }
}, },