SVN rename (alles uppercase)
svn path=/Customer/; revision=21209
This commit is contained in:
21
onces/LOGI/LOGI#25469.sql
Normal file
21
onces/LOGI/LOGI#25469.sql
Normal file
@@ -0,0 +1,21 @@
|
||||
-- Customer specific once-script LOGI#25469.sql
|
||||
-- Verwijder opdrachttype afhandelen de lotus (key 261). Hiervoor worden alle opdrachten van dit type ook verwijderd.
|
||||
--
|
||||
-- (c) 2012 SG|facilitor bv
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
|
||||
SET ECHO ON
|
||||
SPOOL xLOGI#25469.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
DELETE mld_opdr
|
||||
WHERE mld_typeopdr_key = 261;
|
||||
|
||||
DELETE mld_typeopdr
|
||||
WHERE mld_typeopdr_key = 261;
|
||||
|
||||
|
||||
COMMIT;
|
||||
|
||||
SPOOL OFF
|
||||
Reference in New Issue
Block a user