Gaytybe ⚡ «POPULAR»
Self-care is not just about pampering yourself with spa treatments or indulging in your favorite hobbies (although these things can be great for self-care!). There are many different types of self-care, including:
-- Repo_Objects (git objects stored in S3; only metadata here) CREATE TABLE repo_objects ( id UUID PRIMARY KEY DEFAULT gen_random_uuid(), repo_id UUID REFERENCES repositories(id) ON DELETE CASCADE, path TEXT NOT NULL, -- e.g., "src/index.js" sha256 BYTEA NOT NULL, size_bytes BIGINT NOT NULL, mime_type TEXT, s3_key TEXT NOT NULL, created_at TIMESTAMPTZ DEFAULT now() ); gaytybe