setup: sqlite: Rename visible => listed, Add 'feedlisted' to indicate whether page should be listed in feeds
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| CREATE TABLE page(id INTEGER PRIMARY KEY, name varchar(256), title varchar(1024), lastrevision integer, visible integer DEFAULT 1, parent integer REFERENCES page(id)); | ||||
| CREATE TABLE page(id INTEGER PRIMARY KEY, name varchar(256), title varchar(1024), lastrevision integer, listed integer DEFAULT 1, parent integer REFERENCES page(id), feedlisted integer DEFAULT 1); | ||||
| CREATE TABLE user(id INTEGER PRIMARY KEY,username varchar(64),  | ||||
| password blob, salt blob, permissions integer, enabled integer DEFAULT 1); | ||||
| CREATE TABLE session(id INTEGER PRIMARY KEY, csrf_token varchar(32),  | ||||
|   | ||||
		مرجع در شماره جدید
	
	Block a user