Index: backend/src/test/resources/application.properties
===================================================================
--- backend/src/test/resources/application.properties	(revision 0427f599f15f08425a193b5b366fd15cc0a95f42)
+++ 	(revision )
@@ -1,21 +1,0 @@
-# Test profile: use in-memory DB so tests don't require external Postgres
-
-spring.datasource.url=jdbc:h2:mem:trekr;MODE=PostgreSQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE
-spring.datasource.driver-class-name=org.h2.Driver
-spring.datasource.username=sa
-spring.datasource.password=
-
-spring.jpa.hibernate.ddl-auto=create-drop
-spring.jpa.show-sql=false
-spring.jpa.properties.hibernate.format_sql=true
-spring.jpa.properties.hibernate.default_schema=trekr
-spring.jpa.properties.hibernate.hbm2ddl.create_namespaces=false
-
-# Ensure schema exists before Hibernate runs DDL
-spring.sql.init.mode=always
-
-# JWT secret for tests
-jwt.secret=test-secret-min-32-chars-000000000000
-
-# Keep noise down in tests
-logging.level.org.springframework.security=INFO
Index: backend/src/test/resources/schema.sql
===================================================================
--- backend/src/test/resources/schema.sql	(revision 0427f599f15f08425a193b5b366fd15cc0a95f42)
+++ 	(revision )
@@ -1,2 +1,0 @@
-CREATE SCHEMA IF NOT EXISTS trekr;
-SET SCHEMA trekr;
