4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
## - Maybe column "cache" is missing at table "vacation"
|
|
## -
|
|
ALTER TABLE vacation ADD cache text DEFAULT ''::text NOT NULL;
|