misc fixes
This commit is contained in:
parent
43e18b3d89
commit
f41a3dcb13
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ $pageTitle = "the cool qna";
|
||||||
|
|
||||||
$pageDomainEnabled = True;
|
$pageDomainEnabled = True;
|
||||||
$pageProto = "https";
|
$pageProto = "https";
|
||||||
|
$pagePath = "/qna";
|
||||||
$pageDomain = "example.com";
|
$pageDomain = "example.com";
|
||||||
$pageDomainOther = $pageDomain; // you can comment out and change this to a subdomain you want to "go back to". eg your site is me.example.org but you want it to say example.org
|
$pageDomainOther = $pageDomain; // you can comment out and change this to a subdomain you want to "go back to". eg your site is me.example.org but you want it to say example.org
|
||||||
//$pageDomainOther = "me.example.com";
|
//$pageDomainOther = "me.example.com";
|
||||||
|
|
|
@ -13,7 +13,7 @@ CREATE TABLE data (
|
||||||
isrespondedto BOOLEAN NOT NULL,
|
isrespondedto BOOLEAN NOT NULL,
|
||||||
responsetext TEXT,
|
responsetext TEXT,
|
||||||
responsetime TIMESTAMPTZ,
|
responsetime TIMESTAMPTZ,
|
||||||
isprivread BOOLEAN NOT NULL
|
isprivread BOOLEAN
|
||||||
);
|
);
|
||||||
";
|
";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue