Skip to content

Commit

Permalink
Schema reflection improvements
Browse files Browse the repository at this point in the history
Reflect foreign keys, fix pk/fk serial type inference, add missing
numeric types.
  • Loading branch information
bobf committed Nov 27, 2024
1 parent a3e3cb6 commit ad46c44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
},
.jetquery = .{
.url = "https://github.com/jetzig-framework/jetquery/archive/f48133462e054febe540c8c2864ab2704368d2fa.tar.gz",
.hash = "1220877e86bb70c982ba296d2989cd87e4d95437651f5c4bb20de485aa55e4be3499",
.url = "https://github.com/jetzig-framework/jetquery/archive/689aad7ff2006ecc1011b4eac52770db375abb48.tar.gz",
.hash = "1220950d17ae5c5d000b6cc3c36802d3a43b3c1270371d9c407c993617b62dbb1bcb",
},
.jetcommon = .{
.url = "https://github.com/jetzig-framework/jetcommon/archive/86f24cfdf2aaa0e8ada4539a6edef882708ced2b.tar.gz",
Expand Down
4 changes: 2 additions & 2 deletions cli/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
.hash = "1220411a8c46d95bbf3b6e2059854bcb3c5159d428814099df5294232b9980517e9c",
},
.jetquery = .{
.url = "https://github.com/jetzig-framework/jetquery/archive/a31db467c4af1c97bc7c806e1cc1a81a39162954.tar.gz",
.hash = "12203af0466ccc3a9ab57fcdf57c92c57989fa7e827d81bc98d0a5787d65402c73c3",
.url = "https://github.com/jetzig-framework/jetquery/archive/689aad7ff2006ecc1011b4eac52770db375abb48.tar.gz",
.hash = "1220950d17ae5c5d000b6cc3c36802d3a43b3c1270371d9c407c993617b62dbb1bcb",
},
},
.paths = .{
Expand Down

0 comments on commit ad46c44

Please sign in to comment.