Skip to content

Commit

Permalink
Move bluesky database file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Nov 27, 2024
1 parent 16e9313 commit eae7ffb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed data/bluesky.duckdb
Binary file not shown.
2 changes: 1 addition & 1 deletion duckdb
2 changes: 1 addition & 1 deletion test/sql/create_pg/attach_pg.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require duckpgq

statement ok
attach '/Users/dljtw/git/duckpgq/data/bluesky.duckdb';
attach 'duckdb/data/bluesky/bluesky.duckdb';

statement ok
select * from bluesky.follows;
Expand Down

0 comments on commit eae7ffb

Please sign in to comment.