winery: ensure shard tables have autovacuum disabled
CREATE TABLE x (LIKE y INCLUDING ALL)
doesn't replicate the options
from the template table, so do it by hand.
Staging instance, all changes can be removed at any time
CREATE TABLE x (LIKE y INCLUDING ALL)
doesn't replicate the options
from the template table, so do it by hand.