Billy Chan
|
1054d6451c
|
Use file!() macro to avoid manually defining the name of migration (#736)
* Add `DeriveMigrationName`
* CLI migrate generate without replacing migration name
* Update migrations
* Fixup
|
2022-06-29 00:42:59 +08:00 |
|
Chris Tsang
|
4301383b40
|
Tweaks
|
2022-06-12 22:30:34 +08:00 |
|
Billy Chan
|
9b41f1c1b1
|
Migration shouldn't depends on symbol provided by entity crate (#785)
* Migration shouldn't depends on symbol provided by entity crate
* Add docs
|
2022-06-12 22:25:32 +08:00 |
|
Billy Chan
|
498c0154ca
|
Restructure SeaORM migration
Bump codegen's sea-query version [cli]
Update CLI subcommand method
Move migration utility into sea-orm-migration
|
2022-05-09 12:30:55 +08:00 |
|
Chris Tsang
|
e9a460b47d
|
Fix build error
|
2022-02-07 21:40:05 +08:00 |
|
Chris Tsang
|
ea0342af06
|
use sea_schema::migration::prelude
|
2022-02-07 21:28:06 +08:00 |
|
Billy Chan
|
8eb095385d
|
Migration (#335)
* Refactor `ConnectionTrait`
* Refactoring
* Build index & foreign key statements
* Fix imports
* Fixup
* Rocket example with migration
* async-std compatible with the tokio 1.0 runtime
* Use reexported dependency
* Compile without selecting any db backend
* Updating sea-orm-cli dep
* sea-orm-cli migrate commands
* cargo fmt
* Test [cli]
* Refactoring
* Clap app name should be "sea-orm-cli"
* Correctly capture MIGRATION_DIR
* Rename README
* Add `sea-orm-cli migrate init` command
* Update README
* Try restructured sea-query dependency (SeaQL/sea-schema#41)
* Set `DATABASE_URL` environment variable
|
2022-02-05 20:34:54 +08:00 |
|