Files
Warracker/backend/init.sql
sassanix 7cb9950be8 Fixed migrations and docker-compose
Refer to change logs
2025-04-02 23:05:34 -03:00

7 lines
262 B
SQL

-- backend/init.sql
-- Grant superuser privileges to warranty_user
ALTER ROLE warranty_user WITH SUPERUSER;
-- The rest of the file content (CREATE TABLE, INSERT INTO) should be removed.
-- The migration system (apply_migrations.py) will handle table creation.