yggdrasil-schema 1.0.0.5 → 1.0.0.6
raw patch · 2 files changed
+8/−5 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Yggdrasil: [$sel:databaseFilePath:Yggdrasil] :: Yggdrasil -> Text
- Yggdrasil: [$sel:engine:Yggdrasil] :: Yggdrasil -> YggdrasilEngine
- Yggdrasil: [$sel:migrationsDirectoryPath:Yggdrasil] :: Yggdrasil -> Text
- Yggdrasil: [$sel:runMigrations:Yggdrasil] :: Yggdrasil -> Bool
+ Yggdrasil: [databaseFilePath] :: Yggdrasil -> Text
+ Yggdrasil: [engine] :: Yggdrasil -> YggdrasilEngine
+ Yggdrasil: [migrationsDirectoryPath] :: Yggdrasil -> Text
+ Yggdrasil: [runMigrations] :: Yggdrasil -> Bool
Files
- README.org +3/−0
- yggdrasil-schema.cabal +5/−5
README.org view
@@ -33,6 +33,9 @@ Once installed, you can use Yggdrasil to apply migrations to your database. +Take a look at the tests for Yggdrasil itself to familiarize yourself with what it can do, as library:+[[./test/Yggdrasil/Test/Yggdrasil.hs][./test/Yggdrasil/Test/Yggdrasil.hs]]+ By default, Yggdrasil SQLite branch looks for migration files in the ~./resources/migrations/sqlite/~ directory. *NOTE* : Keep in mind this slash ( / ) at the end is very important.
yggdrasil-schema.cabal view
@@ -1,10 +1,10 @@ cabal-version: 1.12 name: yggdrasil-schema-version: 1.0.0.5-description: Please see the README at <https://github.com/jjba23/yggdrasil-schema>-homepage: https://github.com/jjba23/yggdrasil-schema-bug-reports: https://github.com/jjba23/yggdrasil-schema/issues+version: 1.0.0.6+description: Please see the README at <https://codeberg.org/jjba23/yggdrasil-schema>+homepage: https://codeberg.org/jjba23/yggdrasil-schema+bug-reports: https://codeberg.org/jjba23/yggdrasil-schema/issues author: Josep Bigorra maintainer: Josep Bigorra <jjbigorra@gmail.com> copyright: 2024 Josep Bigorra@@ -16,7 +16,7 @@ source-repository head type: git- location: https://github.com/jjba23/yggdrasil-schema+ location: https://codeberg.org/jjba23/yggdrasil-schema library exposed-modules: