mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Fix argument to first migration
This commit is contained in:
parent
58f7e0e76a
commit
f3788567bb
@ -1,9 +1,9 @@
|
||||
const jetquery = @import("jetquery");
|
||||
|
||||
pub fn up(repo: *jetquery.Repo) !void {
|
||||
pub fn up(repo: anytype) !void {
|
||||
_ = repo;
|
||||
}
|
||||
|
||||
pub fn down(repo: *jetquery.Repo) !void {
|
||||
pub fn down(repo: anytype) !void {
|
||||
_ = repo;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user