init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
|
||||
EXEC dev.uspDropDefaultConstraint @pTableName = 'T_SZIRSTATTANULO', @pColumnName = 'C_ISSIKERESERETTSEGI'
|
||||
EXEC dev.uspDropDefaultConstraint @pTableName = 'T_SZIRSTATTANULO', @pColumnName = 'C_ISSIKERESSZAKMAIVIZSGA'
|
||||
GO
|
||||
|
||||
|
||||
PRINT N'Altering Table [dbo].[T_SZIRSTATTANULO]...';
|
||||
|
||||
|
||||
ALTER TABLE [dbo].[T_SZIRSTATTANULO] ALTER COLUMN [C_ISSIKERESERETTSEGI] CHAR (1) NULL;
|
||||
|
||||
ALTER TABLE [dbo].[T_SZIRSTATTANULO] ALTER COLUMN [C_ISSIKERESSZAKMAIVIZSGA] CHAR (1) NULL;
|
||||
GO
|
||||
|
||||
EXEC dev.uspCreateSchemaViews 'T_SZIRSTATTANULO'
|
||||
GO
|
||||
|
||||
EXEC dev.sp_Global_GenerateAsyncAuditTriggerAll
|
||||
GO
|
Reference in New Issue
Block a user