mirror of
https://github.com/tnodir/fort
synced 2024-11-15 14:56:05 +00:00
Add comment.
This commit is contained in:
parent
c1672af1e2
commit
123ed6c261
@ -18,8 +18,8 @@ CREATE TABLE address_group(
|
|||||||
order_index INTEGER NOT NULL,
|
order_index INTEGER NOT NULL,
|
||||||
include_all BOOLEAN NOT NULL,
|
include_all BOOLEAN NOT NULL,
|
||||||
exclude_all BOOLEAN NOT NULL,
|
exclude_all BOOLEAN NOT NULL,
|
||||||
include_zones INTEGER NOT NULL DEFAULT 0,
|
include_zones INTEGER NOT NULL DEFAULT 0, -- zone indexes bit mask
|
||||||
exclude_zones INTEGER NOT NULL DEFAULT 0,
|
exclude_zones INTEGER NOT NULL DEFAULT 0, -- zone indexes bit mask
|
||||||
include_text TEXT NOT NULL,
|
include_text TEXT NOT NULL,
|
||||||
exclude_text TEXT NOT NULL
|
exclude_text TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user