This commit is contained in:
r888888888
2015-12-17 14:29:17 -08:00
parent cf2b0fa7fe
commit 5b3a4b768c
6 changed files with 18 additions and 4 deletions

View File

@@ -3175,7 +3175,8 @@ furry -rating:s'::text,
bcrypt_password_hash text,
per_page integer DEFAULT 20 NOT NULL,
custom_style text,
bit_prefs bigint DEFAULT 0 NOT NULL
bit_prefs bigint DEFAULT 0 NOT NULL,
last_ip_addr inet
);
@@ -7276,3 +7277,5 @@ INSERT INTO schema_migrations (version) VALUES ('20150728170433');
INSERT INTO schema_migrations (version) VALUES ('20150805010245');
INSERT INTO schema_migrations (version) VALUES ('20151217213321');