Skip to content

Commit

Permalink
Added field to line to datapush table.
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Ernest committed Nov 26, 2019
1 parent 5a8362c commit 614ce29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Data/01 - openXDA.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2332,6 +2332,7 @@ CREATE TABLE LinesToDataPush
RemoteXDALineID INT NULL,
LocalXDAAssetKey VARCHAR(200) NOT NULL,
RemoteXDAAssetKey VARCHAR(200) NOT NULL,
RemoteLineCreatedByDataPusher bit NOT NULL DEFAULT (1)
)
GO

Expand Down

0 comments on commit 614ce29

Please sign in to comment.