X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7ec003dd01ff25765b46788aa0ec90cedd94a2de..ba5107ebb543a396fc78069c75c431e4d3887ee1:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 84c38c86e..eaf279f9c 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -733,7 +733,6 @@ CREATE TABLE note_comments ( note_id bigint NOT NULL, visible boolean NOT NULL, created_at timestamp without time zone NOT NULL, - author_name character varying(255), author_ip character varying(255), author_id bigint, body text, @@ -771,7 +770,6 @@ CREATE TABLE notes ( tile bigint NOT NULL, updated_at timestamp without time zone NOT NULL, created_at timestamp without time zone NOT NULL, - nearby_place character varying(255), status note_status_enum NOT NULL, closed_at timestamp without time zone ); @@ -2447,6 +2445,10 @@ INSERT INTO schema_migrations (version) VALUES ('20121005195010'); INSERT INTO schema_migrations (version) VALUES ('20121012044047'); +INSERT INTO schema_migrations (version) VALUES ('20121119165817'); + +INSERT INTO schema_migrations (version) VALUES ('20121202155309'); + INSERT INTO schema_migrations (version) VALUES ('21'); INSERT INTO schema_migrations (version) VALUES ('22');