Delegates are used for FK display. NOTE: CORE DUMP ON EXIT
[ipypbx] / src / ipypbx / create.sql
index a2a8e3e..c587abf 100644 (file)
@@ -58,8 +58,8 @@ CREATE TABLE "ipypbxweb_extension" (
     "connection_id" integer NOT NULL REFERENCES "ipypbxweb_connection" ("id"),
     "destination_match" varchar(100) NOT NULL,
     "xml_dialplan" text NOT NULL,
-    "domain_id" integer NOT NULL REFERENCES "ipypbxweb_domain" ("id"),
-    "endpoint_id" integer NOT NULL REFERENCES "ipypbxweb_endpoint" ("id"),
+    "domain_id" integer REFERENCES "ipypbxweb_domain" ("id"),
+    "endpoint_id" integer REFERENCES "ipypbxweb_endpoint" ("id"),
     "authenticate_calls" bool NOT NULL,
     "is_active" bool NOT NULL
 )