mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Update JetQuery, improve migration CLI docstring
This commit is contained in:
parent
c5acaedb73
commit
4330cc93e9
@ -15,8 +15,9 @@
|
|||||||
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
|
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
|
||||||
},
|
},
|
||||||
.jetquery = .{
|
.jetquery = .{
|
||||||
.url = "https://github.com/jetzig-framework/jetquery/archive/f3d0a02943afb058a968df320032bce7d236ae36.tar.gz",
|
.url = "https://github.com/jetzig-framework/jetquery/archive/4ae434cd8fb2f030d69c01e7cd15ebbe9569ce39.tar.gz",
|
||||||
.hash = "12209b52e5a5877008f0aedba23ce1ff778ba8e21a2a4de33182de2d31524b351c88",
|
.hash = "1220a941428bb93890d24c7243c58af96edf094e0b51022e36ef674b40baf941619a",
|
||||||
|
|
||||||
},
|
},
|
||||||
.jetcommon = .{
|
.jetcommon = .{
|
||||||
.url = "https://github.com/jetzig-framework/jetcommon/archive/a248776ba56d6cc2b160d593ac3305756adcd26e.tar.gz",
|
.url = "https://github.com/jetzig-framework/jetcommon/archive/a248776ba56d6cc2b160d593ac3305756adcd26e.tar.gz",
|
||||||
|
@ -9,8 +9,9 @@
|
|||||||
.hash = "1220411a8c46d95bbf3b6e2059854bcb3c5159d428814099df5294232b9980517e9c",
|
.hash = "1220411a8c46d95bbf3b6e2059854bcb3c5159d428814099df5294232b9980517e9c",
|
||||||
},
|
},
|
||||||
.jetquery = .{
|
.jetquery = .{
|
||||||
.url = "https://github.com/jetzig-framework/jetquery/archive/c9df298b5a2d0713257c99d89096f6f981cbc6b6.tar.gz",
|
.url = "https://github.com/jetzig-framework/jetquery/archive/4ae434cd8fb2f030d69c01e7cd15ebbe9569ce39.tar.gz",
|
||||||
.hash = "12200417dd5948bd2942c36b4965fb7b68a3e4582a7a74dc05bc30801597ace00849",
|
.hash = "1220a941428bb93890d24c7243c58af96edf094e0b51022e36ef674b40baf941619a",
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
@ -11,6 +11,9 @@ pub fn run(allocator: std.mem.Allocator, cwd: std.fs.Dir, args: [][]const u8, he
|
|||||||
\\Example:
|
\\Example:
|
||||||
\\
|
\\
|
||||||
\\ jetzig generate migration create_iguanas
|
\\ 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
|
||||||
\\
|
\\
|
||||||
, .{});
|
, .{});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user