Skip to content

Commit 7b8511b

Browse files
committed
enrich logo of entities from system subprocessors
1 parent 29723bb commit 7b8511b

58 files changed

Lines changed: 3335 additions & 564 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.task/checksum/generate-ent-smart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dd97e6d4915afcf67995ccd39eac19cc
1+
12a499a9d2627b60f86880ac6dcfa3c5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c3672a2a8c77f6a8fd43c24ec67f89e5
1+
2233ce3379c346a14b2fc9fa789c5460
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fe2024dce53ae8f6ce88085480cd1428
1+
a1067122a8131797d3ed2770e4d44383
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-- +goose Up
2+
-- modify "entities" table
3+
ALTER TABLE "entities" ADD COLUMN "logo_remote_url" character varying NULL;
4+
5+
-- +goose Down
6+
-- reverse: modify "entities" table
7+
ALTER TABLE "entities" DROP COLUMN "logo_remote_url";
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-- +goose Up
2+
-- modify "entity_history" table
3+
ALTER TABLE "entity_history" ADD COLUMN "logo_remote_url" character varying NULL;
4+
5+
-- +goose Down
6+
-- reverse: modify "entity_history" table
7+
ALTER TABLE "entity_history" DROP COLUMN "logo_remote_url";

db/migrations-goose-postgres/atlas.sum

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
h1:pWsKxTVBaupJqLFSa2g2ozEYaxNcn0hwRyMohq3F73s=
1+
h1:6AyVnHyrLekczoVEoleBhAEfWFp6mgVDjq6MQDSqyqw=
22
20251229183203_init.sql h1:g/05irCXoqKFObJV2PPLuvDRqma+da41VPsZ5fXQgfE=
33
20251229183205_init_history.sql h1:P/q2kAHb8zfNMOWzYkKtPbOwoh9GdJUQljSNAiPEjYI=
44
20251231045229_workflow.sql h1:uUPRLO4yw2y//fPGeqIXRrL+fiEN1TRGkF4wHiqPaPk=
@@ -126,3 +126,5 @@ h1:pWsKxTVBaupJqLFSa2g2ozEYaxNcn0hwRyMohq3F73s=
126126
20260428234644_dir_groups_edge.sql h1:VjalJ3pP2Ep3W4xYbTupFNy4tFd9UFJredurRqojABw=
127127
20260430235905_removeemailbranding.sql h1:SWXW3VfWlPGMe/Mr14flZX/JNjMCb05BpH5MMngacUk=
128128
20260430235908_removeemailbranding_history.sql h1:v7AzRhF759dzRErtVdXsP28tg67P1Nk8+V0saEkQ9qA=
129+
20260507215353_entity_logo_remote_url.sql h1:AMJZNuAgapROIC3WEc+AXCjs8fQqyj5JhfXmKrXVbKA=
130+
20260507215404_entity_logo_remote_url_history.sql h1:JptZFb+LISnnSB0riwj2UxT3d7xR7KP8dZ8u9FoFLrQ=
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Modify "entities" table
2+
ALTER TABLE "entities" ADD COLUMN "logo_remote_url" character varying NULL;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Modify "entity_history" table
2+
ALTER TABLE "entity_history" ADD COLUMN "logo_remote_url" character varying NULL;

db/migrations/atlas.sum

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
h1:B4ttU88utgzPcAzTVHnmn08ZtEaxYiF8lpOOpbNbVEc=
1+
h1:/mJ+txN4ItZSLV2TayreMhy8YHr2Wac/rfyoryFBNGM=
22
20251229183159_init.sql h1:3uf/ftr28zW8YUD9qAaY2GESQHC7pYmkhlI6oDWUCKU=
33
20251229183201_init_history.sql h1:1tFSeCDWvZgb2Ctw80C/s3tqVPNLADQw9fSDACzL8WA=
44
20251231045221_workflow.sql h1:5bLq4cHh2kxUV7xajK5bq5McKKpr88HmufYauTdsgUw=
@@ -126,3 +126,5 @@ h1:B4ttU88utgzPcAzTVHnmn08ZtEaxYiF8lpOOpbNbVEc=
126126
20260428234637_dir_groups_edge.sql h1:c2GXe3T20LoE+fSY09IaT+WZ1rbLCH9/DA9YRG8rCdo=
127127
20260430235858_removeemailbranding.sql h1:9TiV+AurHAoVuR49zZZhv08BdjWjKKPlt5nWLzZBEMY=
128128
20260430235901_removeemailbranding_history.sql h1:DvYD69AWfki3tWx+v4GLl6olKKnNoVR4zsKWsp7vyzI=
129+
20260507215327_entity_logo_remote_url.sql h1:O8Y4O5sIWZxIC1YTlLKnA+KJinuZojP/ksPiuSYelak=
130+
20260507215339_entity_logo_remote_url_history.sql h1:HIOgxnJS9JEufz7ZNvUamWB6ZQqKRdv/5+F2akyRNFA=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5b2379b17b0e208cb9f79997ee5ec7f9f196fb9c86ca6f2bd232704738fb06c7
1+
11eafde358bb7e45741eb3ed25046c5420b96b522e211a5584def2b927df964b

0 commit comments

Comments
 (0)