GNM-1229 Farben im Backend hinterlegen
diff --git a/db/migrations/V0_46__CREATE_PLGM_DB.sql b/db/migrations/V0_46__CREATE_PLGM_DB.sql
index 4983f2f..5e884db 100644
--- a/db/migrations/V0_46__CREATE_PLGM_DB.sql
+++ b/db/migrations/V0_46__CREATE_PLGM_DB.sql
@@ -378,55 +378,55 @@
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (0,'Neu','system', 'rgb(121,182,28)', '09.04.2018','system','09.04.2018');
+ (0,'Neu','system', 'rgba(121,182,28,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (1,'Beantragt','system', 'rgb(109,177,45)', '09.04.2018','system','09.04.2018');
+ (1,'Beantragt','system', 'rgba(109,177,45,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (2,'Storniert','system', 'rgb(153,0,0)', '09.04.2018','system','09.04.2018');
+ (2,'Storniert','system', 'rgba(153,0,0,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (3,'Zur Genehmigung','system', 'rgb(96,171,63)', '09.04.2018','system','09.04.2018');
+ (3,'Zur Genehmigung','system', 'rgba(96,171,63,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (4,'Genehmigt','system', 'rgb(84,166,80)', '09.04.2018','system','09.04.2018');
+ (4,'Genehmigt','system', 'rgba(84,166,80,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (5,'Angefordert','system', 'rgb(69,159,101)', '09.04.2018','system','09.04.2018');
+ (5,'Angefordert','system', 'rgba(69,159,101,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (6,'Freigegeben','system', 'rgb(55,153,121)', '09.04.2018','system','09.04.2018');
+ (6,'Freigegeben','system', 'rgba(55,153,121,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (7,'Schalten aktiv','system', 'rgb(41,146,141)', '09.04.2018','system','09.04.2018');
+ (7,'Schalten aktiv','system', 'rgba(41,146,141,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (8,'In Arbeit','system', 'rgb(28,141,159)', '09.04.2018','system','09.04.2018');
+ (8,'In Arbeit','system', 'rgba(28,141,159,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (9,'Arbeit beendet','system', 'rgb(12,133,182)', '09.04.2018','system','09.04.2018');
+ (9,'Arbeit beendet','system', 'rgba(12,133,182,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (10,'Maßnahme beendet','system', 'rgb(2,129,196)', '09.04.2018','system','09.04.2018');
+ (10,'Maßnahme beendet','system', 'rgba(2,129,196,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (11,'Geschlossen','system', 'rgb(2,129,196)', '09.04.2018','system','09.04.2018');
+ (11,'Geschlossen','system', 'rgba(2,129,196,1)', '09.04.2018','system','09.04.2018');
INSERT INTO
public.REF_GM_STATUS(id, name, create_user, color_code, create_date, mod_user, mod_date)
VALUES
- (12,'Abgelehnt','system', 'rgb(153,0,0)', '17.06.2018','system','17.06.2018');
+ (12,'Abgelehnt','system', 'rgba(153,0,0,1)', '17.06.2018','system','17.06.2018');