]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Add missing padding at right hand end of greeting menu
[rails.git] / db / structure.sql
index eaf279f9c933cb72087bd688aee5a632e01e6dcd..b76995b6879c511532a9c5aa1a1e091b3a6f5475 100644 (file)
@@ -733,7 +733,7 @@ CREATE TABLE note_comments (
     note_id bigint NOT NULL,
     visible boolean NOT NULL,
     created_at timestamp without time zone NOT NULL,
-    author_ip character varying(255),
+    author_ip inet,
     author_id bigint,
     body text,
     event note_event_enum
@@ -2449,6 +2449,8 @@ INSERT INTO schema_migrations (version) VALUES ('20121119165817');
 
 INSERT INTO schema_migrations (version) VALUES ('20121202155309');
 
+INSERT INTO schema_migrations (version) VALUES ('20121203124841');
+
 INSERT INTO schema_migrations (version) VALUES ('21');
 
 INSERT INTO schema_migrations (version) VALUES ('22');