jordi fita mas e34f253620 Make the slogan user-editable and translatable
Because God forbid we have any performance; everything —**everything**—
must be user editable.
2024-01-23 11:52:39 +01:00

8 lines
82 B
PL/PgSQL

-- Revert camper:home from pg
begin;
drop table if exists camper.home;
commit;