fixes #1085
This commit is contained in:
@@ -2691,7 +2691,8 @@ CREATE TABLE users (
|
||||
enable_privacy_mode boolean DEFAULT false NOT NULL,
|
||||
enable_sequential_post_navigation boolean DEFAULT true NOT NULL,
|
||||
per_page integer DEFAULT 20 NOT NULL,
|
||||
hide_deleted_posts boolean DEFAULT false NOT NULL
|
||||
hide_deleted_posts boolean DEFAULT false NOT NULL,
|
||||
style_usernames boolean DEFAULT false NOT NULL
|
||||
);
|
||||
|
||||
|
||||
@@ -6406,4 +6407,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130331182719');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130401013601');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130409191950');
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130409191950');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130417221643');
|
||||
Reference in New Issue
Block a user