This commit is contained in:
Bob Farrell 2024-11-06 19:36:58 +00:00
parent 4793262a5e
commit f3bcff6387

View File

@ -105,7 +105,7 @@ pub fn main() !void {
try std.fs.path.join(allocator, &.{ "src", "app", "database", "Schema.zig" }), try std.fs.path.join(allocator, &.{ "src", "app", "database", "Schema.zig" }),
); );
try jetzig.util.createFile(path, dump); try jetzig.util.createFile(path, dump);
std.log.info("Database dump written to `{s}`.", .{path}); std.log.info("Database schema written to `{s}`.", .{path});
}, },
} }
} }