init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--Migration
|
||||
EXEC dev.sp_Global_GenerateAsyncAuditTriggerAll;
|
||||
GO
|
||||
|
||||
DROP TABLE auditlog.XmlAudit;
|
||||
GO
|
||||
|
||||
ALTER QUEUE auditlog.AuditQueue WITH STATUS = ON;
|
||||
GO
|
||||
|
||||
Reference in New Issue
Block a user