mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Update JetQuery
This commit is contained in:
parent
b0613aab10
commit
88e9136075
@ -15,8 +15,8 @@
|
|||||||
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
|
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
|
||||||
},
|
},
|
||||||
.jetquery = .{
|
.jetquery = .{
|
||||||
.url = "https://github.com/jetzig-framework/jetquery/archive/8a5c1660504bb6f235e0fd2add7b7aca493a855b.tar.gz",
|
.url = "https://github.com/jetzig-framework/jetquery/archive/c9df298b5a2d0713257c99d89096f6f981cbc6b6.tar.gz",
|
||||||
.hash = "1220f5daafc820790e66a3f509289d3575c8e7841748b72620f0ba687823fa2db4e4",
|
.hash = "12200417dd5948bd2942c36b4965fb7b68a3e4582a7a74dc05bc30801597ace00849",
|
||||||
},
|
},
|
||||||
.jetcommon = .{
|
.jetcommon = .{
|
||||||
.url = "https://github.com/jetzig-framework/jetcommon/archive/a248776ba56d6cc2b160d593ac3305756adcd26e.tar.gz",
|
.url = "https://github.com/jetzig-framework/jetcommon/archive/a248776ba56d6cc2b160d593ac3305756adcd26e.tar.gz",
|
||||||
|
@ -19,12 +19,13 @@ pub fn run(
|
|||||||
\\
|
\\
|
||||||
\\Example:
|
\\Example:
|
||||||
\\
|
\\
|
||||||
\\ jetzig database migrate
|
\\ jetzig database drop
|
||||||
\\ jetzig --environment=testing database migrate
|
\\ 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.:
|
\\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
|
\\ {0s}=my_production_production jetzig --environment=production database drop
|
||||||
|
\\
|
||||||
, .{cli.database.confirm_drop_env});
|
, .{cli.database.confirm_drop_env});
|
||||||
|
|
||||||
return if (main_options.options.help) {} else error.JetzigCommandError;
|
return if (main_options.options.help) {} else error.JetzigCommandError;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user