mirror of
https://github.com/sassanix/Warracker.git
synced 2025-12-31 18:49:39 -06:00
7 lines
262 B
SQL
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. |