SVN rename (alles uppercase)

svn path=/Customer/; revision=21209
This commit is contained in:
Peter Koerhuis
2014-04-02 15:12:07 +00:00
parent 44af66aef3
commit 9502e50ce7
24 changed files with 0 additions and 0 deletions

21
onces/LOGI/LOGI#25469.sql Normal file
View 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