Update JetQuery

This commit is contained in:
Bob Farrell 2024-11-10 21:09:44 +00:00
parent b0613aab10
commit 88e9136075
2 changed files with 5 additions and 4 deletions

View File

@ -15,8 +15,8 @@
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
},
.jetquery = .{
.url = "https://github.com/jetzig-framework/jetquery/archive/8a5c1660504bb6f235e0fd2add7b7aca493a855b.tar.gz",
.hash = "1220f5daafc820790e66a3f509289d3575c8e7841748b72620f0ba687823fa2db4e4",
.url = "https://github.com/jetzig-framework/jetquery/archive/c9df298b5a2d0713257c99d89096f6f981cbc6b6.tar.gz",
.hash = "12200417dd5948bd2942c36b4965fb7b68a3e4582a7a74dc05bc30801597ace00849",
},
.jetcommon = .{
.url = "https://github.com/jetzig-framework/jetcommon/archive/a248776ba56d6cc2b160d593ac3305756adcd26e.tar.gz",

View File

@ -19,12 +19,13 @@ pub fn run(
\\
\\Example:
\\
\\ jetzig database migrate
\\ jetzig --environment=testing database migrate
\\ jetzig database drop
\\ jetzig --environment=testing database drop
\\
\\To drop a production database, set the environment variable `{s}` to the name of the database you want to drop, e.g.:
\\
\\ {0s}=my_production_production jetzig --environment=production database drop
\\
, .{cli.database.confirm_drop_env});
return if (main_options.options.help) {} else error.JetzigCommandError;