Register endpoint #16

Merged
phoenix merged 56 commits from register_endpoint-init into devel 2025-04-05 19:26:59 +00:00
Showing only changes of commit dba7d23a40 - Show all commits

View File

@@ -78,8 +78,8 @@ jobs:
echo "Running database migrations..." echo "Running database migrations..."
# ===> IMPORTANT: Replace placeholder below with your actual migration command <=== # ===> IMPORTANT: Replace placeholder below with your actual migration command <===
# Example: Install and run sqlx-cli # Example: Install and run sqlx-cli
# cargo install sqlx-cli --no-default-features --features native-tls,postgres cargo install sqlx-cli --no-default-features --features native-tls,postgres
# sqlx database setup --database-url $TEST_DATABASE_URL sqlx database setup --database-url $TEST_DATABASE_URL
# Example: Install and run diesel_cli # Example: Install and run diesel_cli
# cargo install diesel_cli --no-default-features --features postgres # cargo install diesel_cli --no-default-features --features postgres