Skip to content

Commit

Permalink
tidy migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 9, 2024
1 parent 98613e9 commit 14d8773
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 90 deletions.
10 changes: 9 additions & 1 deletion packages/bsky/bin/migration-create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ export async function main() {
)
}
const filename = `${prefix}-${name}`
const dir = path.join(__dirname, '..', 'src', 'db', 'migrations')
const dir = path.join(
__dirname,
'..',
'src',
'data-plane',
'server',
'db',
'migrations',
)

await fs.writeFile(path.join(dir, `${filename}.ts`), template, { flag: 'wx' })
await fs.writeFile(
Expand Down

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions packages/bsky/src/db/tables/blob-takedown.ts

This file was deleted.

0 comments on commit 14d8773

Please sign in to comment.