With more and more AI services available globally, it's getting hard to keep them all straight, which is why an app like Noi ...
CREATE INDEX IF NOT EXISTS idx_individual_agent ON individual_memories(agent_id); CREATE INDEX IF NOT EXISTS idx_individual_type ON individual_memories(type); CREATE INDEX IF NOT EXISTS idx_individual ...
CREATE POLICY "Allow all on spots" ON spots FOR ALL USING (true) WITH CHECK (true); CREATE POLICY "Allow all on spot_preferences" ON spot_preferences FOR ALL USING (true) WITH CHECK (true); CREATE ...