whitespace
authorgregor herrmann <gregoa@debian.org>
Sat, 21 Jan 2017 00:06:37 +0000 (01:06 +0100)
committergregor herrmann <gregoa@debian.org>
Sat, 21 Jan 2017 00:06:37 +0000 (01:06 +0100)
src/dbschema001.sql

index f55533f3fd7a5bfea957c97b88165c5f765a8068..e909baed086a10e0b75626fc3b73ead15e2e270a 100644 (file)
@@ -49,7 +49,7 @@ CREATE TABLE event (
        subtitle VARCHAR,
        abstract VARCHAR,
        description VARCHAR,
-        favourite INTEGER DEFAULT 0, -- 0 ... no favourite, 1 ... strong favourite, 2 ... weak favourite/alternative to strong favourite
+       favourite INTEGER DEFAULT 0, -- 0 ... no favourite, 1 ... strong favourite, 2 ... weak favourite/alternative to strong favourite
        alarm INTEGER DEFAULT 0,
        PRIMARY KEY (xid_conference, id)
 );