Results 21 issues of Marcelo Zabani

Suppose two different PRs each add their own migration like this: 2000-02-01-first-to-merge.sql ```sql create or replace somefunction as 'function 1'; ``` And the other, 2000-01-31-second-to-merge.sql ```sql create or replace somefunction...

enhancement