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.
CREATE TABLE x (LIKE y INCLUDING ALL)
doesn't replicate the options
from the template table, so do it by hand.