Skip to content

Commit

Permalink
update length of [cicpa_2016_name] field in [geography] dimension to …
Browse files Browse the repository at this point in the history
…avoid truncation
  • Loading branch information
gregorkschroeder committed Aug 31, 2021
1 parent ea878a9 commit a7936dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/sql/createReferenceDimensionTables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CREATE TABLE [dimension].[geography] (
[taz_13_shape] geometry NULL, -- model geographies are given geometries
[luz_13] nvarchar(20) NOT NULL,
[cicpa_2016] nvarchar(20) NOT NULL,
[cicpa_2016_name] nvarchar(50) NOT NULL,
[cicpa_2016_name] nvarchar(100) NOT NULL,
[cocpa_2016] nvarchar(20) NOT NULL,
[cocpa_2016_name] nvarchar(50) NOT NULL,
[jurisdiction_2016] nvarchar(20) NOT NULL,
Expand Down

0 comments on commit a7936dd

Please sign in to comment.