refactor(db): 移除嵌入式迁移链路

This commit is contained in:
2026-05-11 20:51:43 +08:00
parent bec1026a94
commit 3040608959
8 changed files with 0 additions and 243 deletions
-8
View File
@@ -1,8 +0,0 @@
// 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 },
]
-4
View File
@@ -1,4 +0,0 @@
declare module '*.sql' {
const content: string
export default content
}