Update JetQuery, improve migration CLI docstring

This commit is contained in:
Bob Farrell 2024-11-14 08:31:38 +00:00
parent c5acaedb73
commit 4330cc93e9
3 changed files with 9 additions and 4 deletions

View File

@ -15,8 +15,9 @@
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
},
.jetquery = .{
.url = "https://github.com/jetzig-framework/jetquery/archive/f3d0a02943afb058a968df320032bce7d236ae36.tar.gz",
.hash = "12209b52e5a5877008f0aedba23ce1ff778ba8e21a2a4de33182de2d31524b351c88",
.url = "https://github.com/jetzig-framework/jetquery/archive/4ae434cd8fb2f030d69c01e7cd15ebbe9569ce39.tar.gz",
.hash = "1220a941428bb93890d24c7243c58af96edf094e0b51022e36ef674b40baf941619a",
},
.jetcommon = .{
.url = "https://github.com/jetzig-framework/jetcommon/archive/a248776ba56d6cc2b160d593ac3305756adcd26e.tar.gz",

View File

@ -9,8 +9,9 @@
.hash = "1220411a8c46d95bbf3b6e2059854bcb3c5159d428814099df5294232b9980517e9c",
},
.jetquery = .{
.url = "https://github.com/jetzig-framework/jetquery/archive/c9df298b5a2d0713257c99d89096f6f981cbc6b6.tar.gz",
.hash = "12200417dd5948bd2942c36b4965fb7b68a3e4582a7a74dc05bc30801597ace00849",
.url = "https://github.com/jetzig-framework/jetquery/archive/4ae434cd8fb2f030d69c01e7cd15ebbe9569ce39.tar.gz",
.hash = "1220a941428bb93890d24c7243c58af96edf094e0b51022e36ef674b40baf941619a",
},
},
.paths = .{

View File

@ -11,6 +11,9 @@ pub fn run(allocator: std.mem.Allocator, cwd: std.fs.Dir, args: [][]const u8, he
\\Example:
\\
\\ jetzig generate migration create_iguanas
\\ jetzig generate migration create_iguanas table:create:iguanas column:name:string:index column:age:integer
\\
\\ More information: https://www.jetzig.dev/documentation/sections/database/command_line_tools
\\
, .{});