Customer does not want the new “masonry-like” design of the surroundings page, and wants the same style they already had: a regular list with text and photo, alternating the photo’s side. And, of course, they want to be able to add and edit them themselves. It is like another carousel, but with an additional rich-text description. The photos that we had in that page are no longer of use.
8 lines
118 B
PL/PgSQL
8 lines
118 B
PL/PgSQL
-- Revert camper:surroundings_highlight from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.surroundings_highlight;
|
|
|
|
commit;
|