git_bsmd/nsw/Source/SQL/Update_1.7_To_1.8.sql
Daniel Schick f4b3d3caf0 Stand nach Live-Schaltung (noch keine Übermittlung Richtung DBH/Dakosy)
Aktiv ist Herberg FormService und der Report Generator
30.Mai 2015
2015-05-30 18:56:16 +00:00

6 lines
155 B
Transact-SQL

-- Fix IBCPosition
EXECUTE sp_rename @objname = N'[dbo].[IBCPosition].[ProductCategory]', @newname = N'PollutionCategory', @objtype = N'COLUMN';
GO