After months of keeping what does the ACSI checkbox mean, now customer told us that we should add a discount based on a series of arbitrary conditions that, and need to be done NOW! There is no UI to edit the conditions due to lack of time.
8 lines
100 B
PL/PgSQL
8 lines
100 B
PL/PgSQL
-- Revert camper:acsi_calendar from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.acsi_calendar;
|
|
|
|
commit;
|