spec/dummy/db/structure.sql in landable-1.11.1 vs spec/dummy/db/structure.sql in landable-1.12.1

- old
+ new

@@ -464,11 +464,12 @@ created_at timestamp without time zone, updated_at timestamp without time zone, file text, extension text, editable boolean DEFAULT true NOT NULL, - deleted_at timestamp without time zone + deleted_at timestamp without time zone, + pages_count integer DEFAULT 0 NOT NULL ); -- -- Name: TABLE themes; Type: COMMENT; Schema: dummy_landable; Owner: - @@ -3955,6 +3956,8 @@ INSERT INTO schema_migrations (version) VALUES ('20140522202332'); INSERT INTO schema_migrations (version) VALUES ('20140602213937'); INSERT INTO schema_migrations (version) VALUES ('20141211200012'); + +INSERT INTO schema_migrations (version) VALUES ('20141217171816');