dynamic_db #17
@@ -1,3 +1,7 @@
|
||||
# Make sure role has CREATEDB
|
||||
ALTER ROLE username_that_needs_permission CREATEDB;
|
||||
|
||||
# Install migrations
|
||||
cargo install sqlx-cli
|
||||
sqlx migrate add init_migration
|
||||
sqlx migrate run
|
||||
|
Reference in New Issue
Block a user