Skip to content

Commit

Permalink
amend drop condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bendanye committed Aug 18, 2017
1 parent 1853b49 commit 1a3f949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DB/SQL/phs_CleanDB.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--------------------------Table Structure-----------------
USE [phs]
DROP TABLE [dbo].[Person];
IF OBJECT_ID('dbo.Person', 'U') IS NOT NULL
DROP TABLE [dbo].[Person];

IF OBJECT_ID('dbo.Summary', 'U') IS NOT NULL
DROP TABLE [dbo].[Summary];
Expand Down

0 comments on commit 1a3f949

Please sign in to comment.