Fx migrations

This commit is contained in:
Daniel Flanagan 2022-10-07 16:32:10 -05:00
parent f7d08d11b6
commit 7a5f83c633
Signed by untrusted user: lytedev-divvy
GPG Key ID: 6D69CEEE4ABBCD82
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { query } from "@/db.ts";
import { query } from "@/db/mod.ts";
const id = "id uuid primary key default uuid_generate_v4()";