Skip to content

Instantly share code, notes, and snippets.

@mortenbra
Created June 4, 2015 14:30
Show Gist options
  • Save mortenbra/02b15be93873026e1568 to your computer and use it in GitHub Desktop.
Save mortenbra/02b15be93873026e1568 to your computer and use it in GitHub Desktop.
Verify Apex workspaces
-- check setup of Apex workspaces
select *
from apex_workspaces;
select *
from apex_workspace_schemas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment