mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
Merge pull request #51 from netbirdio/fix/test-schema
Fix test schema for netbird#4096
This commit is contained in:
@@ -7,10 +7,10 @@ INSERT INTO users (id, account_id, role, is_service_user, non_deletable, blocked
|
||||
VALUES ('user1', 'account1', 'owner', 0, 0, 0, '2024-08-12 00:00:00', 'api');
|
||||
|
||||
-- Seed Groups table
|
||||
INSERT INTO groups (id, account_id, name, issued, peers, integration_ref_id, integration_ref_integration_type)
|
||||
VALUES ('group-all', 'account1', 'All', 'api', '[]', 0, NULL);
|
||||
INSERT INTO groups (id, account_id, name, issued, peers, integration_ref_id, integration_ref_integration_type)
|
||||
VALUES ('group-notall', 'account1', 'NotAll', 'api', '[]', 0, NULL);
|
||||
INSERT INTO groups (id, account_id, name, issued, integration_ref_id, integration_ref_integration_type)
|
||||
VALUES ('group-all', 'account1', 'All', 'api', 0, NULL);
|
||||
INSERT INTO groups (id, account_id, name, issued, integration_ref_id, integration_ref_integration_type)
|
||||
VALUES ('group-notall', 'account1', 'NotAll', 'api', 0, NULL);
|
||||
|
||||
-- Seed Personal Access Tokens (API Keys) table
|
||||
INSERT INTO personal_access_tokens (id, user_id, name, hashed_token, expiration_date, created_by, created_at, last_used)
|
||||
|
||||
Reference in New Issue
Block a user