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