mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -17,13 +17,7 @@ fn callee_is_sequelize_migration(name: &str) -> bool {
|
|||
let last = name.rsplit_once('.').map(|(_, s)| s).unwrap_or(name);
|
||||
matches!(
|
||||
last,
|
||||
"up"
|
||||
| "down"
|
||||
| "createTable"
|
||||
| "addColumn"
|
||||
| "dropTable"
|
||||
| "removeColumn"
|
||||
| "addIndex"
|
||||
"up" | "down" | "createTable" | "addColumn" | "dropTable" | "removeColumn" | "addIndex"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue