X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ba5107ebb543a396fc78069c75c431e4d3887ee1..15be6b3ffc8924a07022ec6c5f2a1da206423a3c:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index eaf279f9c..b76995b68 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -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');