Skip to content

Commit

Permalink
🐛 rename pageviews to analytics_pageviews in exportMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Dec 4, 2023
1 parent 52cd668 commit 6e2b679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/exportMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const filePath =
? "/tmp/owid_metadata.sql"
: "/tmp/owid_metadata_with_passwords.sql")

const excludeTables = ["sessions", "dataset_files", "pageviews"]
const excludeTables = ["sessions", "dataset_files", "analytics_pageviews"]

async function dataExport(): Promise<void> {
await db.getConnection()
Expand Down

0 comments on commit 6e2b679

Please sign in to comment.