Update migration steps to reflect new order and add avatar URL migration

This commit is contained in:
Leon Bösche
2026-01-29 10:56:03 +01:00
parent d7045aba2a
commit 88a69fdaaf

View File

@@ -55,8 +55,20 @@ echo "Step 6/7: Organization invite links..."
run_migration "$SCRIPT_DIR/0006_org_invite_link.sql"
echo
echo "Step 7/7: File share links..."
echo "Step 7/8: File share links..."
run_migration "$SCRIPT_DIR/0007_file_share_links.sql"
echo
echo "Step 8/9: File share links nullable org..."
run_migration "$SCRIPT_DIR/0008_file_share_links_nullable_org.sql"
echo
echo "Step 9/10: File share links org id nullable..."
run_migration "$SCRIPT_DIR/0009_file_share_links_org_id_nullable.sql"
echo
echo "Step 10/10: Add avatar URL to users..."
run_migration "$SCRIPT_DIR/0010_add_avatar_url.sql"
echo
echo "=== All migrations completed successfully! ==="