chore(migration): ajouter scripts et migrations de donnees

This commit is contained in:
2026-01-11 17:05:50 +01:00
parent fab1d25871
commit 15e0b23f15
6 changed files with 498 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO public.profiles (id, firstname, lastname, isactive, createdat, updatedat)
VALUES
('admin-default-profile', 'Admin', 'General', true, '2025-09-23 13:09:47.804', '2025-09-23 13:09:47.804'),
('cmhab2j3x003g47v77xhnm1ff', 'Elodie', 'Souriau', true, '2025-10-28 08:29:25.437', '2025-10-28 08:29:25.437')
ON CONFLICT (id) DO NOTHING;