Josha Inglis
Josha Inglis
A small change that is worth adding to this PR for function privileges to work (needs to include the function signature) https://github.com/joshainglis/schemainspect/commit/14a1d7a6a00dee203033da31461e619b31f2e3b3
I've also got a generic array dependency handling over here (it's mixed in with handling comments also) https://github.com/joshainglis/schemainspect/compare/9d79b0d8ade2149dd36686f5567d5f3edaf46755...joshainglis:schemainspect:master As well as adding a topological sort of the table dependencies to...
This PR https://github.com/djrobstep/migra/pull/237 adds support for comments for all database objects
@sgtsquiggs Good idea, just pushed one up. Try `docker pull joshainglis/migra:upstream-pr`
Also added a few more improvements to schemainspect: - include function return type to function identity so functions will be deleted and recreted if the return type is changed. -...