Files
probo/pkg/coredata/migrations/20250209T183000Z.sql
gearnode 5bdc474aef Move coredata outside probo service
Signed-off-by: gearnode <bryan@frimin.fr>
2025-03-11 09:38:36 +01:00

6 lines
262 B
SQL

ALTER TABLE organizations ADD COLUMN logo_url TEXT;
UPDATE organizations SET logo_url = 'https://fastly.picsum.photos/id/411/100/100.jpg?grayscale&hmac=lGH1KqiTvm1TFkjJ6kimsgMJIL0S7zVS7EHFi0qOgCk';
ALTER TABLE organizations ALTER COLUMN logo_url SET NOT NULL;