my @altered_columns = (
['bucardo', 'goat', 'rebuild_index', 'BOOL2SMALLINT1'],
['bucardo', 'goat', 'schemaname', 'NO DEFAULT'],
+ ['bucardo', 'sync', 'isolation_level', 'NO DEFAULT'],
['bucardo', 'sync', 'rebuild_index', 'BOOL2SMALLINT1'],
['bucardo', 'sync', 'standard_conflict', 'RENAME conflict_strategy'],
['bucardo', 'sync', 'ping', 'RENAME autokick'],
onetimecopy SMALLINT NOT NULL DEFAULT 0,
lifetime INTERVAL NULL, -- force controller and kids to restart
maxkicks INTEGER NOT NULL DEFAULT 0, -- force controller and kids to restart
- isolation_level TEXT NULL DEFAULT 'repeatable read',
+ isolation_level TEXT NULL,
cdate TIMESTAMPTZ NOT NULL DEFAULT now()
);
COMMENT ON TABLE bucardo.sync IS $$Defines a single replication event from a herd to one or more target databases$$;