import type { PgMigration } from "../types.js"; import p1 from "./1.notes.pg.sql"; export const m3: PgMigration = { id: 3, name: "notes", parts: [{ id: 1, name: "notes", sql: p1 }], };