2joy
2joy
[20210329163410_initial_migration.txt](https://github.com/amacneil/dbmate/files/6343294/20210329163410_initial_migration.txt) Synthetic first migration example for demonstration. ```sql -- migrate:up CREATE SCHEMA IF NOT EXISTS up; -- migrate:down CREATE SCHEMA IF NOT EXISTS down; ``` On Windows, the first migration...
Hi, I absolutly love Fman and have used it for several years on Windows without any issues. Now I've moved to MacOS and figure out that Fman doesn't nataively support...
I used a piece of your code to fix the problem, you can see by comments. I needed to fix it to get https://github.com/lukasmartinelli/pgfutter works properly. I built the new...