visuddhinanda@gmail.com ee86276dde :construction: migrate CustomBook před 4 roky
..
postgresql 9f84243ebf 旧的数据库迁移文件 před 4 roky
sqlite ee86276dde :construction: migrate CustomBook před 4 roky
README.md 3089e1b824 add old db to public před 4 roky
create-database.png 3089e1b824 add old db to public před 4 roky
generate.png 3089e1b824 add old db to public před 4 roky

README.md

USAGE

create database


bash source .env

Generate a new migration with the given name

diesel migration generate NAME

Runs all pending migrations

diesel migration run

Reverts the latest run migration

diesel migration revert

Lists all available migrations

diesel migration list ```

generate