jetzig/demo/src/app/database/migrations/2024-08-25_13-18-52_hello.zig
Bob Farrell 1c2cbaca77 WIP
2024-11-09 17:12:49 +00:00

10 lines
154 B
Zig

const jetquery = @import("jetquery");
pub fn up(repo: *jetquery.Repo) !void {
_ = repo;
}
pub fn down(repo: *jetquery.Repo) !void {
_ = repo;
}