AARW#56129 -

svn path=/Customer/; revision=40714
This commit is contained in:
Daan Brandt
2019-01-29 15:40:46 +00:00
parent 7d435bf008
commit a2ace29cfc

View File

@@ -3,8 +3,11 @@
--
-- Script containing customer specific sql statements for the AARW database
DEFINE thisfile = 'AARW#54731.SQL'
DEFINE dbuser = 'AARW'
-- Vraagje waarom word in sommige Onces ^ voor de dbuser gezet en hier niet?
DEFINE thisfile = 'AARW#56129.SQL'
DEFINE dbuser = '^AARW'
SET ECHO ON
SET DEFINE ON
@@ -17,8 +20,7 @@ SET DEFINE OFF
------ payload begin ------
UPDATE alg_locatie
SET alg_locatie_code = REPLACE(alg_locatie_code, ' ', '' );
UPDATE alg_gebouw set prs_perslid_key_verantw = 337;
------ payload end ------