mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
major merge of features from the hosted branch that was created temporarily during the initial launch of jambonz.org
5 lines
334 B
SQL
5 lines
334 B
SQL
insert into service_providers (service_provider_sid, name)
|
|
values ('2708b1b3-2736-40ea-b502-c53d8396247f', 'default service provider');
|
|
insert into accounts (account_sid, service_provider_sid, name, webhook_secret)
|
|
values ('9351f46a-678c-43f5-b8a6-d4eb58d131af','2708b1b3-2736-40ea-b502-c53d8396247f', 'default account', 'foobar');
|