Skip to content

Commit

Permalink
forgot to delete from provider in run. fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjoss committed Jun 14, 2018
1 parent c2195fe commit 5b6710d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MSSQL/run.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ GO
--GO
exec OMOPclear
GO
delete from OMOPProvider
GO
exec OMOPProvider --added for v4.0, needs to be run first.
GO
delete from person
Expand Down

0 comments on commit 5b6710d

Please sign in to comment.