Start moving Store
state into the database
This commit is contained in:
parent
28aa1567ce
commit
6871bbbc71
11 changed files with 447 additions and 337 deletions
|
@ -44,4 +44,4 @@ CREATE TABLE IF NOT EXISTS "calls" (
|
|||
"answering_connection_id" INTEGER,
|
||||
"initial_project_id" INTEGER REFERENCES projects (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX "index_calls_on_calling_user_id" ON "calls" ("calling_user_id");
|
||||
CREATE UNIQUE INDEX "index_calls_on_called_user_id" ON "calls" ("called_user_id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue