sync
This commit is contained in:
10
PII cleanup/give dev the ability to disable triggers.sql
Normal file
10
PII cleanup/give dev the ability to disable triggers.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
USE [Arizona]
|
||||
|
||||
--pharmacy
|
||||
|
||||
GRANT ALTER ON dbo.[Stock_transaction_master] TO [dbRoleDevUsr]
|
||||
GRANT ALTER ON dbo.[Document_line] TO [dbRoleDevUsr]
|
||||
GRANT ALTER ON dbo.[Document_line_link] TO [dbRoleDevUsr]
|
||||
|
||||
--central
|
||||
GRANT ALTER ON dbo.[Entry] TO [dbRoleDevUsr]
|
||||
Reference in New Issue
Block a user