switch migrate.cr to my own fork

This commit is contained in:
Jill 2023-01-03 06:43:11 +03:00
parent 7f9323c72f
commit fd50948ec7
2 changed files with 4 additions and 9 deletions

View File

@ -1,20 +1,16 @@
version: 2.0
shards:
crystagiri:
git: https://github.com/madeindjs/crystagiri.git
version: 0.3.5
db:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.6.0
dotenv:
git: https://github.com/gdotdesign/cr-dotenv.git
version: 0.1.0
version: 1.0.0
migrate:
git: https://github.com/vladfaust/migrate.cr.git
version: 0.5.0
git: https://github.com/oatmealine/migrate.cr.git
version: 0.5.0+git.commit.31af921c4a0ba1d42c4bff8047c5d91584082158
sqlite3:
git: https://github.com/crystal-lang/crystal-sqlite3.git

View File

@ -15,8 +15,7 @@ dependencies:
sqlite3:
github: crystal-lang/crystal-sqlite3
migrate:
github: vladfaust/migrate.cr
version: ~> 0.5.0
github: oatmealine/migrate.cr
dotenv:
github: gdotdesign/cr-dotenv
toml: