Release v0.3.0

This commit is contained in:
Manu Herrera
2020-11-09 10:05:29 -03:00
parent 4e9aa7a3c5
commit 8107c4478b
1265 changed files with 440488 additions and 107809 deletions

4
vendor/gopkg.in/gormigrate.v1/.sample.env generated vendored Normal file
View File

@@ -0,0 +1,4 @@
SQLITE_CONN_STRING=:memory:
PG_CONN_STRING="user=postgres dbname=gormigrate_test sslmode=disable"
MYSQL_CONN_STRING="root:@/gormigrate_test?multiStatements=true"
SQLSERVER_CONN_STRING="server=localhost\\SQLExpress;database=gormigrate_test;user id=sa;password=sqlserver;encrypt=disable"