Skip to content

Commit

Permalink
fix(create script): added missing columns in db create script
Browse files Browse the repository at this point in the history
closes #39
  • Loading branch information
christopherpickering committed Jan 26, 2023
1 parent 813cea5 commit 436e99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ GO
CREATE TABLE [raw].[tableau-rundata](
[EventDate] [datetime] NULL,
[UserID] [int] NULL,
[DashboardID] [int] NULL
[DashboardID] [int] NULL [Nviews] [int] NULL,
[Series] [int] NULL
) ON [PRIMARY]
GO
CREATE TABLE [raw].[tableau-users](
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 436e99d

Please sign in to comment.