mirror of
https://github.com/penpot/penpot.git
synced 2026-07-22 00:31:32 +02:00
5f35fdf217
* 📎 Add postgresql client tool wrapper for devenv * ♻️ Replace uuid-ossp defaults with gen_random_uuid() and add missing :id on insert - Switch all DEFAULT uuid_generate_v4() to gen_random_uuid() (built-in PG 13+, no extension required) - Add explicit :id (uuid/next) to 4 db/insert! calls that were relying on the DB default (team-profile-rel, project-profile-rel, team-project-profile-rel) - Drop uuid-ossp extension (no longer needed) - Add missing uuid require to projects.clj and srepl/binfile.clj AI-assisted-by: deepseek-v4-flash --------- Signed-off-by: Andrey Antukh <niwi@niwi.nz>