init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
PRINT N'Dropping [dbo].[T_DBVERSION_OSSZES]...';
|
||||
|
||||
|
||||
GO
|
||||
DROP VIEW [dbo].[T_DBVERSION_OSSZES];
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Dropping [dbo].[T_DBVERSION]...';
|
||||
|
||||
|
||||
GO
|
||||
DROP TABLE [dbo].[T_DBVERSION];
|
||||
|
||||
|
||||
GO
|
||||
PRINT N'Update complete.';
|
||||
|
||||
|
||||
GO
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user