Bhikkhu-Kosalla 9f84243ebf 旧的数据库迁移文件 %!s(int64=4) %!d(string=hai) anos
..
postgresql 9f84243ebf 旧的数据库迁移文件 %!s(int64=4) %!d(string=hai) anos
sqlite 9f84243ebf 旧的数据库迁移文件 %!s(int64=4) %!d(string=hai) anos
README.md 3089e1b824 add old db to public %!s(int64=4) %!d(string=hai) anos
create-database.png 3089e1b824 add old db to public %!s(int64=4) %!d(string=hai) anos
generate.png 3089e1b824 add old db to public %!s(int64=4) %!d(string=hai) anos

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