diff --git a/build.zig.zon b/build.zig.zon index b4dc192..14b39ae 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -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", diff --git a/cli/commands/database/drop.zig b/cli/commands/database/drop.zig index 0be8e93..3e21d55 100644 --- a/cli/commands/database/drop.zig +++ b/cli/commands/database/drop.zig @@ -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;