New column is isinternal, not internal
authorMagnus Hagander <magnus@hagander.net>
Thu, 23 Mar 2017 15:43:12 +0000 (16:43 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 23 Mar 2017 15:43:12 +0000 (16:43 +0100)
tools/search/sql/schema.sql

index 2ed257331eeec1c069933abdb9092a40195a7059..0fcae4927e74f099006523f6662a7cb8d027f840 100644 (file)
@@ -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',
+   isinternal boolean NOT NULL DEFAULT 'f',
    lastscanned timestamptz NULL,
    txt text NOT NULL,
    fti tsvector NOT NULL