mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
WIP
This commit is contained in:
parent
4793262a5e
commit
f3bcff6387
@ -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});
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user