// AUTO-GENERATED by `bun run db:embed`. Do not edit. import sql_0 from '../../../drizzle/0000_loving_thunderbird.sql' with { type: 'text' } export type EmbeddedMigration = { tag: string; sql: string; when: number; breakpoints: boolean } export const embeddedMigrations: readonly EmbeddedMigration[] = [ { tag: '0000_loving_thunderbird', sql: sql_0, when: 1777096386609, breakpoints: true }, ]