feat: added veli test user

This commit is contained in:
Samuel Tariku 2025-08-23 21:56:00 +03:00
parent 6d74cb8c28
commit 4e97195404

View File

@ -75,6 +75,21 @@ VALUES (
CURRENT_TIMESTAMP, CURRENT_TIMESTAMP,
FALSE, FALSE,
NULL NULL
),
(
5,
'Test',
'Veli',
'test.veli@example.com',
NULL,
crypt('password@123', gen_salt('bf'))::bytea,
'customer',
TRUE,
FALSE,
CURRENT_TIMESTAMP,
CURRENT_TIMESTAMP,
FALSE,
NULL
); );
-- Supported Operations -- Supported Operations
INSERT INTO supported_operations (id, name, description) INSERT INTO supported_operations (id, name, description)
@ -158,7 +173,7 @@ VALUES (1, 1, 1, 2);
INSERT INTO companies ( INSERT INTO companies (
id, id,
name, name,
slug slug,
admin_id, admin_id,
wallet_id, wallet_id,
deducted_percentage, deducted_percentage,