You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there's a command to dump the sql of a certain schema. This is great for creating per-schema back ups (perhaps your users can download this and keep it for themselves).
Sample usage:
Storey.schema("user_23").dump
Storey.dump_schema("user_23") # this might be better