diff options
| author | Fuwn <[email protected]> | 2021-04-28 23:08:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-28 23:08:04 +0000 |
| commit | 7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590 (patch) | |
| tree | 33fa38ad9f8460a074d7b09f52ef4a45f7b1a97b /migrations/20210322015737_user_properties.down.sql | |
| parent | Merge pull request #9 from Whirlsplash/renovate/rust-sqlx-0.x (diff) | |
| download | whirl-7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590.tar.xz whirl-7c77538dcec1cf7fc779e0c5c2e33a9fc0b6e590.zip | |
fmt: Increase verbosity of database migrations
Diffstat (limited to 'migrations/20210322015737_user_properties.down.sql')
| -rw-r--r-- | migrations/20210322015737_user_properties.down.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/20210322015737_user_properties.down.sql b/migrations/20210322015737_user_properties.down.sql new file mode 100644 index 0000000..6b03c94 --- /dev/null +++ b/migrations/20210322015737_user_properties.down.sql @@ -0,0 +1 @@ +DROP TABLE user_properties |