projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e6487
)
New column is isinternal, not internal
author
Magnus Hagander
<magnus@hagander.net>
Thu, 23 Mar 2017 15:43:12 +0000
(16:43 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 23 Mar 2017 15:43:12 +0000
(16:43 +0100)
tools/search/sql/schema.sql
patch
|
blob
|
blame
|
history
diff --git
a/tools/search/sql/schema.sql
b/tools/search/sql/schema.sql
index 2ed257331eeec1c069933abdb9092a40195a7059..0fcae4927e74f099006523f6662a7cb8d027f840 100644
(file)
--- a/
tools/search/sql/schema.sql
+++ b/
tools/search/sql/schema.sql
@@
-32,7
+32,7
@@
CREATE TABLE webpages (
suburl varchar(512) NOT NULL,
title varchar(128) NOT NULL,
relprio float NOT NULL DEFAULT 0.5,
- internal boolean NOT NULL DEFAULT 'f',
+ i
si
nternal boolean NOT NULL DEFAULT 'f',
lastscanned timestamptz NULL,
txt text NOT NULL,
fti tsvector NOT NULL