Skip to content

Commit

Permalink
chore: drizzle default snapshot type
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRibbens committed Oct 15, 2024
1 parent df9815e commit d8be7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/db-sqlite/src/defaultSnapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export const defaultDrizzleSnapshot: DrizzleSQLiteSnapshotJSON = {
prevId: '00000000-0000-0000-0000-00000000000',
tables: {},
version: '6',
views: {},
}
1 change: 1 addition & 0 deletions packages/drizzle/src/postgres/defaultSnapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export const defaultDrizzleSnapshot: DrizzleSnapshotJSON = {
sequences: {},
tables: {},
version: '7',
views: {},
}

0 comments on commit d8be7e4

Please sign in to comment.